Learn R Programming

hierformR (version 0.1.0)

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

Description

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

Usage

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

Run this code
csf_n(addstates(wldf()),links=6)

Run the code above in your browser using DataLab