ssd.plot | R Documentation |
It visualize the SSD values of both prospects.
ssd.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 line plot and returns its object for further modification.
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))
ssd.plot(sd, names = c('First', 'Second'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.