plot.jtdm_fit {jtdm}R Documentation

Plots the parameters of a fitted jtdm

Description

Plots the regression coefficients and covariance matrix of a fitted jtdm

Usage

## S3 method for class 'jtdm_fit'
plot(x, ...)

Arguments

x

a model fitted with jtdm_fit

...

additional arguments

Value

A plot of the regression coefficients and covariance matrix of the fitted model

Author(s)

Giovanni Poggiato

Examples

data(Y)  
data(X)  
m = jtdm_fit(Y=Y, X=X, 
             formula=as.formula("~GDD+FDD+forest"), sample = 1000)  
plot(m)

[Package jtdm version 0.1-2 Index]