parse_correlation {simglm} | R Documentation |
Parse correlation arguments
Description
This function is used to parse user specified correlation attributes. The correlation attributes need to be in a dataframe to be processed internally. Within the dataframe, there are expected to be 3 columns, 1) names of variable/attributes, 2) the variable/attribute pair for 1, 3) the correlation.
Usage
parse_correlation(sim_args)
Arguments
sim_args |
A named list with special model formula syntax. See details and examples for more information. The named list may contain the following:
|
[Package simglm version 0.8.9 Index]