Displays a formatted summary of a prototypeData object, showing the data structure and the parameters used to generate it (marginal probabilities and correlation matrix).
Usage
# S3 method for class 'prototypeData'
print(x, digits = 2, ...)Arguments
- x
A prototypeData object created by
make_binary_data- digits
Integer. Number of decimal places to display for numeric values (default: 2)
- ...
Currently unused.