summary.jtdm_fit {jtdm} | R Documentation |
Prints the summary of a fitted jtdm
## S3 method for class 'jtdm_fit'
summary(object, ...)
object |
a model fitted with |
... |
additional arguments |
A printed summary of the fitted jtdm
Giovanni Poggiato
data(Y)
data(X)
m = jtdm_fit(Y=Y, X=X,
formula=as.formula("~GDD+FDD+forest"), sample = 1000)
summary(m)