powered by
Prints the summary of a fitted jtdm
# S3 method for jtdm_fit summary(object, ...)
A printed summary of the fitted jtdm
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) summary(m)
Run the code above in your browser using DataLab