Learn R Programming

pandemonium (version 0.2.4)

outsidescore: Using externally computed score values

Description

Can be used as getScores input in pandemonium, to use score values that are computed externally. Returns scores values as the score, and bins computed as below, between or above the first and third quartile.

Usage

outsidescore(scores, scoreName = NULL)

Value

named list containing scores for use in pandemonium

Arguments

scores

external scores to be passed to the app.

scoreName

name for scores

Examples

Run this code
if (FALSE) { # interactive()
pandemonium(df = Bikes$space1, space2 = Bikes$space2,
              getScore = outsidescore(Bikes$other$res,"Residual"))

}

Run the code above in your browser using DataLab