Design matrix for stepmented fits
model.matrix.stepmented.RdThis function builds the model matrix for stepmented fits.
Usage
# S3 method for class 'stepmented'
model.matrix(object, type=c("cdf","abs","none"), k=NULL, ...)Arguments
- object
A stepmented fit
- k
The (negative) exponent of the sample size to approximate the absolute value; see
vcov.stepmentedfor details.- type
The approximation for the indicator function/absolute value. If
"none", the simple matrix with the original indicator values is returned.type='abs'is not yet allowed.- ...
additional arguments
Details
If type="none", model.matrix.stepmented return the design matrix including the indicator function values and ignoring the psi terms.
See also
See Also as model.matrix, vcov.stepmented