The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
RSD
(R Stochastic
Dominance) is designed and developed to calculate
Stochastic Dominance (SD) and Almost Stochastic Dominance (ASD) in
general. In more details, given two probability mass functions (PMF),
this package helps with:
Install the released version of RSD
from CRAN by:
install.packages("RSD")
Or from GitHub by:
install.packages("pak")
::pkg_install("ShayanTohidi/RSD") pak
RSD
provides a function,
createStochasticDominance()
to create the SD object to be
used in all other functions of this package. This function requires two
discrete distributions. Here, the example data set data_ex
will be used for creating the object:
library(RSD)
= data_ex$yield[data_ex$gen == 'B73/PHM49']
outcome1 = data_ex$yield[data_ex$gen == 'LH74/PHN82']
outcome2 = rep(1/29,29)
pr = createStochasticDominance(outcome1, outcome2, pr, pr) sd.obj
Using this code, we can compare the distributions of the performance
(yield) of two cultivars. The output of this code snippet,
sd.obj
contains all information for performing SD and ASD
comparisons. This is the main argument in the other functions of this
package.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.