convert.vector.to.list {StatRank} | R Documentation |
Helper function for the graphing interface
Description
As named, this function takes a vector where each element is a mean, then returns back a list, with each list item having the mean
Usage
convert.vector.to.list(Parameters, name = "Mean")
Arguments
Parameters |
a vector of parameters |
name |
Name of the parameter |
Value
a list, where each element represents an alternative and has a Mean value
[Package StatRank version 0.0.6 Index]