Learn R Programming

fast (version 0.64)

S: Generate S-set for FAST method

Description

This function generates an array of values which provide the base for parameters for the FAST method. I is usually not used directly but called from fast_parameters

Usage

S(m, factor = 1, cukier = TRUE, par.names = NULL, reorder = 1:m)

Arguments

m
Number of parameters/frequencies
factor
Create more values then the minimum requires. Passed to s
cukier
boolean. Indicates wheter to use freq_cukier or freq_mcrae82
par.names
A vector of parameter names.
reorder
A vector of indices that allows to use a different order for the parameters. This is important to check effects of the sampling scheme on results

Value

An array of dimension c(min_number_of_runs, n)

See Also

fast_parameters

Examples

Run this code
S(3)

Run the code above in your browser using DataLab