Learn R Programming

jtdm (version 0.1-2)

plot.jtdm_fit: Plots the parameters of a fitted jtdm

Description

Plots the regression coefficients and covariance matrix of a fitted jtdm

Usage

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

Value

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

Arguments

x

a model fitted with jtdm_fit

...

additional arguments

Author

Giovanni Poggiato

Examples

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

Run the code above in your browser using DataLab