Learn R Programming

ddgraph (version 1.16.0)

makeNCPCRobustness: Make a new NCPCRobustness object...

Description

Make a new NCPCRobustness object

Usage

makeNCPCRobustness(dataset, raw, params)

Arguments

dataset
the DDDataSet object
raw
the list of raw resampling classification of variables (direct, joint, etc..)
params
the parameters used to generate the data (only the non-default one are listed)

Value

Details

Make a new NCPCRobustness object just with the raw resampling data and parameters used to generate them. Should never directly use this function, but only via DDDataSet::NCPCRobustness().