print.nodesplit: Prints basic results from a node-split to the console

View source: R/nodesplit-class.R

print.nodesplitR Documentation

Prints basic results from a node-split to the console

Description

Prints basic results from a node-split to the console

Usage

## S3 method for class 'nodesplit'
print(x, groupby = "time.param", ...)

Arguments

x

An object of class "nodesplit" generated by mb.nodeplit()

groupby

A character object that can take the value "time.param" to present results grouped by time-course parameter (the default) or "comparison" to present results grouped by treatment comparison.

...

arguments to be sent to knitr::kable()

Value

Prints summary details of nodesplit results to the console


MBNMAtime documentation built on Oct. 14, 2023, 5:08 p.m.