powered by
Plots the regression coefficients and covariance matrix of a fitted jtdm
# S3 method for jtdm_fit plot(x, ...)
A plot of the regression coefficients and covariance matrix of the fitted model
a model fitted with jtdm_fit
jtdm_fit
additional arguments
Giovanni Poggiato
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