print.summary.lm {fsemipar}R Documentation

Summarise information from linear models estimation

Description

summary and print functions for lm.pels.fit and PVS.fit.

Usage

## S3 method for class 'lm.pels'
print(x, ...)
## S3 method for class 'PVS'
print(x, ...)
## S3 method for class 'lm.pels'
summary(object, ...)
## S3 method for class 'PVS'
summary(object, ...)

Arguments

x

Output of the lm.pels.fit or PVS.fit functions (i.e. an object of the class lm.pels or PVS).

...

Further arguments.

object

Output of the lm.pels.fit or PVS.fit functions (i.e. an object of the class lm.pels or PVS).

Value

In the case of the PVS objects, these functions also return the optimal number of covariates required to construct the reduced model in the first step of the algorithm (w.opt). This value is selected using the same criterion employed for selecting the penalisation parameter.

Author(s)

German Aneiros Perez german.aneiros@udc.es

Silvia Novo Diaz snovo@est-econ.uc3m.es

See Also

lm.pels.fit and PVS.fit.


[Package fsemipar version 1.1.1 Index]