summary.cpr_cn {cpr} | R Documentation |
Summary of Control Net
Description
Generate a summary of control net object
Usage
## S3 method for class 'cpr_cn'
summary(object, ...)
Arguments
object |
a |
... |
pass through |
Value
a data.frame
Examples
acn <- cn(log10(pdg) ~ btensor(list(day, age)
, df = list(10, 8)
, bknots = list(c(-1, 1), c(44, 53)))
, data = spdg)
summary(acn)
[Package cpr version 0.4.0 Index]