Construct a frame from vectors of data, summary statistics, or correlations.
Usage
# S3 method for default
construct(..., class="data")
Arguments
- ...
a set of vectors to combine into a frame
- class
specified class of the frame
Value
The returned frame contains a column for each variable (data), a row for each variable (bsm and wsm), and both columns and rows for each variable (cor).