coef.select: PRESCIENCE estimates for coefficients

Description Usage Arguments Value Author(s) Examples

Description

coef.select produces the estimated coefficients of the PRESCIENCE produced by the select function.

Usage

1
2
## S3 method for class 'select'
coef(object, ...)

Arguments

object

an object of class select.

...

additional parameters.

Value

the input object is returned silently.

Author(s)

Yankang (Bennie) Chen <yankang.chen@columbia.edu>

Examples

1
2
3
4
results <- select(auto ~ dcost + cars + dovtt + divtt,
data = transportation, nfoc = 1, q = 1, bound = 10)

coef(results)

cykbennie/prescience-r documentation built on May 10, 2019, 3:16 a.m.