dfEff: Effective degrees of freedom.

Description Usage Arguments Value Author(s) See Also

View source: R/multModel.R

Description

Estimation of the effective degrees of freedom.

Usage

1
2
3
4
5
dfEff(model, par, ...)

## S3 method for class 'multModel'
dfEff(model, par = model$B, method = model$dfMethod,
  ...)

Arguments

model

the model for which the degrees of freedom is to be computed.

par

a numeric. The parameter vector.

method

a character. The method for estimation of degrees of freedom. The default is to use the method specified by the model. The possible values are 'pen', 'sub', 'con' and 'nonzero'.

...

Value

a numeric.

Author(s)

Niels Richard Hansen Niels.R.Hansen@math.ku.dk

See Also

risk, riskHat


smde documentation built on May 2, 2019, 4:58 p.m.

Related to dfEff in smde...