Learn R Programming

TestDimorph (version 0.4.1)

multi_raw: multivariate data generation

Description

multivariate data generation helper function

Usage

multi_raw(x, format, complete_cases, upper, lower)

Arguments

x

Data frame or list containing summary statistics for multiple parameters measured in both sexes in two or more populations.

format

form of the resultant data frame either 'long' or 'wide', Default: 'wide'

complete_cases

Logical; if TRUE rows with missing values will be removed, Default: FALSE

upper

vector of upper bounds, Default: Inf

lower

vector of lower bounds, Default: -Inf