print.gamtree: Print method for a fitted GAM tree

View source: R/gamtree.R

print.gamtreeR Documentation

Print method for a fitted GAM tree

Description

Prints the local and/or global terms in a fitted GAM tree.

Usage

## S3 method for class 'gamtree'
print(x, ...)

Arguments

x

object of class gamtree.

...

further arguments to be passed to print.modelparty or

Examples

gt <- gamtree(Pn ~ s(PAR, k = 5L) | Species, data = eco, cluster = Specimen)
gt ## or: print(gt)

marjoleinF/gamtree documentation built on July 3, 2024, 9:18 a.m.