Learn R Programming

cpr (version 0.4.1)

summary.cpr_cnr: Summarize Control Net Reduction Objects

Description

Summarize Control Net Reduction Objects

Usage

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

Value

a cpr_summary_cpr_cnr object, that is just a data.frame

Arguments

object

a cpr_cnr object

...

pass through

Examples

Run this code

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)

Run the code above in your browser using DataLab