PcevObj: Constructor functions for the different pcev objects

Description Usage Arguments Value See Also

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

1
2
3
4
5
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

estimatePcev, computePCEV


pcev documentation built on May 2, 2019, 12:45 p.m.