Learn R Programming

TPMplt (version 0.1.2)

chrgen2: Internal function for basicPF

Description

Internal function for basicPF

Usage

chrgen2(x = NULL, order)

Arguments

x

Any R object.

order

Maximum order for linear model.

Value

Expression for function lm.

Examples

Run this code
# NOT RUN {
x <- c(1:7)
chrgen2(x, 5)
# }

Run the code above in your browser using DataLab