coef.pliable: Return estimated coefficients from a fitted pliable model.

Description Usage Arguments

Description

Return estimated coefficients from a fitted pliable model.

Usage

1
2
## S3 method for class 'pliable'
coef(object, lambda = NULL, ...)

Arguments

object

object returned from a call to pliable

lambda

values of lambda at whcih predictions are desired. If NULL (default), the path of lambda values from the fitted model. are used. If lambda is not NULL, the predictions are made at the closest values to lambda in the lambda path from the fitted model;

...

Further arguments (not used)

@return estimated parameters


pliable documentation built on Feb. 6, 2020, 5:16 p.m.