Learn R Programming

cpr (version 0.4.1)

summary.cpr_cn: Summary of Control Net

Description

Generate a summary of control net object

Usage

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

Value

a data.frame

Arguments

object

a cpr_cn 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)

summary(acn)

Run the code above in your browser using DataLab