demo/Example1.R

data(FOI)
data(LDFCOMP)

idcols <- c("Day", "Month", "Year", "Sex")
result <- calcScores(FOI[, idcols], LDFCOMP[, idcols])

print(result$scores)

Try the Scalelink package in your browser

Any scripts or data that you put into this service are public.

Scalelink documentation built on May 2, 2019, 8:29 a.m.