Learn R Programming

hierformR (version 0.1.0)

addstates: Add State ids and classes

Description

Add State ids and classes

Usage

addstates(df)

Arguments

df
a dataframe with two variables, winners and losers

Value

the df with two extra rows containing state id and class

Examples

Run this code
df<-data.frame(winner=c(1,2,3,1,2,3,2,1,2,3,3,1,2,3,4,3,1,3,2,1,1,1,1,2,2),
loser=c(2,4,4,4,3,2,1,3,3,4,4,2,3,2,3,4,2,4,3,3,3,2,2,4,3)
)
addstates(df)

Run the code above in your browser using DataLab