summary.cpr_cn: Summary of Control Net

View source: R/summary.cpr_cn.R

summary.cpr_cnR 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 cpr_cn object

...

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)


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