model.matrix.kclass: S3 method to extract model matrix from kclass objects.

Description Usage Arguments Value

View source: R/s3_methods.R

Description

S3 method to extract model matrix from kclass objects.

Usage

1
2
3
## S3 method for class 'kclass'
model.matrix(object, component = c("projected", "regressors",
  "instruments"))

Arguments

object

a model of class kclass.

component

indicator for regressors, instruments, or projected values.

Value

the model matrix of the object.


potterzot/rkclass documentation built on May 25, 2019, 11:24 a.m.