summary.cpr_cnr {cpr}R Documentation

Summarize Control Net Reduction Objects

Description

Summarize Control Net Reduction Objects

Usage

## S3 method for class 'cpr_cnr'
summary(object, ...)

Arguments

object

a cpr_cnr object

...

pass through

Value

a cpr_summary_cpr_cnr object, that is just 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)
cnr0 <- cnr(acn)
cnr0
summary(cnr0)


[Package cpr version 0.4.0 Index]