fsd.plot {RSD} | R Documentation |
Drawing the CDFs
Description
It visualizes the CDFs of both prospects.
Usage
fsd.plot(sd.obj, names = c("1", "2"))
Arguments
sd.obj |
StochasticDominance object. |
names |
A character vector, including the names of prospects in order. |
Details
The parameter 'names' only accepts character vector, otherwise an error will be raised.
The function shows the step plot, and returns its object for further modifications.
Value
A list, including plot elements.
Examples
sd = createStochasticDominance(outcome1 = c(1,4,7),
outcome2 = c(2,3,5),
prob1 = c(1/3,1/3,1/3),
prob2 = c(1/6,1/6,2/3))
fsd.plot(sd, names = c('First', 'Second'))
[Package RSD version 0.2.0 Index]