summary.jtdm_fit: Prints the summary of a fitted jtdm

View source: R/summary.jtdm_fit.R

summary.jtdm_fitR 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 jtdm_fit

...

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)

giopogg/jtdm documentation built on Sept. 10, 2024, 12:34 a.m.