summary.cpr_cnr {cpr} | R Documentation |
Summarize Control Net Reduction Objects
## S3 method for class 'cpr_cnr'
summary(object, ...)
object |
a |
... |
pass through |
a cpr_summary_cpr_cnr
object, that is just a data.frame
acn <- cn(log10(pdg) ~ btensor(list(day, age)
, df = list(10, 8)
, bknots = list(c(-1, 1), c(44, 53)))
, data = spdg)
cnr0 <- cnr(acn)
cnr0
summary(cnr0)