csf_n: Determine class-stability factor (CSF) for specific number of...

Description Usage Arguments Value Examples

View source: R/csf_n.R

Description

Determine class-stability factor (CSF) for specific number of links

Usage

1
csf_n(df, links = 4)

Arguments

df

a dataframe produced by 'addstates' with columns winner, loser, id and class

links

the number of links to determine the CSF for

Value

a named vector of state ids with the CSF for defined number of links

Examples

1
csf_n(addstates(wldf()),links=6)

hierformR documentation built on May 30, 2017, 2:08 a.m.