summary.cpr_cnr: Summarize Control Net Reduction Objects

View source: R/summary.cpr_cnr.R

summary.cpr_cnrR 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)


dewittpe/cpr documentation built on Feb. 16, 2024, 1:11 p.m.