summary.gamtree | R Documentation |
Prints a summary of the local and/or global terms in a fitted GAM tree.
## S3 method for class 'gamtree'
summary(object, ...)
object |
object of class |
... |
further arguments to be passed to |
The printed results by default also provide standard error and significance tests. These should be taken with a big grain of salt, because they do NOT account for the searching of the tree structure; they assume the tree structure was known in advance. They thus should be interpreted as overly optimistic and with caution.
## GAM tree without global terms:
gt <- gamtree(Pn ~ s(PAR, k = 5L) | Species, data = eco, cluster = Specimen)
summary(gt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.