summary.jtdm_fit {jtdm} | R Documentation |
Prints the summary of a fitted jtdm
Description
Prints the summary of a fitted jtdm
Usage
## S3 method for class 'jtdm_fit'
summary(object, ...)
Arguments
object |
a model fitted with |
... |
additional arguments |
Value
A printed summary of the fitted jtdm
Author(s)
Giovanni Poggiato
Examples
data(Y)
data(X)
m = jtdm_fit(Y=Y, X=X,
formula=as.formula("~GDD+FDD+forest"), sample = 1000)
summary(m)
[Package jtdm version 0.1-2 Index]