fsd.plot | R Documentation |
It visualizes the CDFs of both prospects.
fsd.plot(sd.obj, names = c("1", "2"))
sd.obj |
StochasticDominance object. |
names |
A character vector, including the names of prospects in order. |
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.
A list, including plot elements.
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'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.