fitted.lslx: S3 method to extract model-implied moments from 'lslx'

Description Usage Arguments

View source: R/lslx-s3-interface.R

Description

fitted.lslx() is an S3 interface for extracting model-implied moments from a lslx object.

Usage

1
2
## S3 method for class 'lslx'
fitted(object, selector, lambda, delta, ...)

Arguments

object

A fitted lslx object.

selector

A character to specify a selector for determining an optimal penalty level. Its value can be any one in "aic", "aic3", "caic", "bic", "abic", "hbic", or their robust counterparts "raic", "raic3", "rcaic", "rbic", "rabic", "rhbic" if raw data is available.

lambda

A numeric to specific a chosen optimal penalty level. If the specified lambda is not in lambda_grid, a nearest legitimate value will be used.

delta

A numeric to specific a chosen optimal convexity level. If the specified delta is not in delta_grid, a nearest legitimate value will be used.

...

Other arguments. For details, please see the $extracted_implied_mean() and the $extracted_implied_cov() methods in lslx.


psyphh/lslx documentation built on May 17, 2021, 9:50 a.m.