print.summary.sfplsim {fsemipar}R Documentation

Summarise information from SFPLSIM estimation

Description

summary and print functions for sfplsim.kNN.fit and sfplsim.kernel.fit.

Usage

## S3 method for class 'sfplsim.kernel'
print(x, ...)
## S3 method for class 'sfplsim.kNN'
print(x, ...)
## S3 method for class 'sfplsim.kernel'
summary(object, ...)
## S3 method for class 'sfplsim.kNN'
summary(object, ...)

Arguments

x

Output of the sfplsim.kernel.fit or sfplsim.kNN.fit functions (i.e. an object of the class sfplsim.kernel or sfplsim.kNN).

...

Further arguments.

object

Output of the sfplsim.kernel.fit or sfplsim.kNN.fit functions (i.e. an object of the class sfplsim.kernel or sfplsim.kNN).

Value

Author(s)

German Aneiros Perez german.aneiros@udc.es

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

See Also

sfplsim.kernel.fit and sfplsim.kNN.fit.


[Package fsemipar version 1.1.1 Index]