peresneto.simulation: Multivariate normal simulation with Peres-Neto covariance...

Description Usage Arguments Value Author(s)

Description

Multivariate normal simulation with Peres-Neto covariance matrices.

Usage

1
peresneto.simulation(rmarg = rnorm, n = 50, vars = "nine", mat = 1, ...)

Arguments

rmarg

A function that returns univariate samples, such that the first argument accepts the univariate sample size.

n

Multivariate sample size (i.e. the number of rows in the returned matrix).

vars

Either "nine" or "eighteen", giving the 9- or 18-variable Peres-Neto matrices respectively.

mat

An integer from 1-18 giving the type of Peres-Neto matrix.

...

Further arguments to rmarg.

Value

A random matrix with n rows and either 9 or 18 columns.

Author(s)

Steve Walker


reo documentation built on May 2, 2019, 4:55 p.m.