ClumppOpts: Create ClumppOpts object

Description Usage Arguments See Also Examples

Description

This function creates a new ClumppOpts object.

Usage

1
ClumppOpts(M = "Greedy", W = TRUE, S = FALSE, REPEATS = 1000)

Arguments

M

character name of search method. Valid arguments are 'FullSearch', 'Greedy', or 'LargeKGreedy'. Defaults to 'Greedy'.

W

logical weight populations by number of individuals? Defaults to TRUE.

S

logical if TRUE the G matrix similarity statistic used used. Else the G \prime statistic is used. Defaults to codeFALSE.

REPEATS

numeric Number of random input orders tested. Defaults to 1000.

See Also

ClumppOpts-class.

Examples

1
ClumppOpts(M='Greedy', W=TRUE, S=FALSE, REPEATS=1000)

jeffreyhanson/structurer documentation built on May 19, 2019, 4:01 a.m.