View source: R/summary.jtdm_fit.R
summary.jtdm_fit | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.