Learn R Programming

jtdm (version 0.1-2)

summary.jtdm_fit: Prints the summary of a fitted jtdm

Description

Prints the summary of a fitted jtdm

Usage

# S3 method for jtdm_fit
summary(object, ...)

Value

A printed summary of the fitted jtdm

Arguments

object

a model fitted with jtdm_fit

...

additional arguments

Author

Giovanni Poggiato

Examples

Run this code
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