Skip to contents

Retrieves the parameters (marginal probabilities and correlation matrix) that were used to generate a prototypeData object.

Usage

get_data_params(x)

Arguments

x

A prototypeData object created by make_binary_data

Value

A list with two components:

marginals

Named numeric vector of marginal probabilities

rho

Correlation matrix used to generate the data

See also