PcevObj {pcev} | R Documentation |
Constructor functions for the different pcev objects
Description
PcevClassical
, PcevBlock
and PcevSingular
create the pcev objects from the
provided data that are necessary to compute the PCEV according to the user's
parameters.
Usage
PcevClassical(response, covariate, confounder)
PcevBlock(response, covariate, confounder)
PcevSingular(response, covariate, confounder)
Arguments
response |
A matrix of response variables. |
covariate |
A matrix or a data frame of covariates. |
confounder |
A matrix or data frame of confounders |
Value
A pcev object, of the class that corresponds to the estimation method. These objects are lists that contain the data necessary for computation.
See Also
[Package pcev version 2.2.2 Index]