Description Usage Arguments Value Author(s) References Examples
Converts Probit values to percentages
1 | ProbitToPercentage(myprobit)
|
myprobit |
numeric vector |
percentages
Jose Gama
Statistical tests for significance, accessed October 2015 http://archive.bio.ed.ac.uk/jdeacon/statistics/tress4.html
1 2 3 | a<-c(.1,.5,1:10,50,96,97,98,99.5,99.99,99.999,99.9999)
b<-PercentageToProbit(a)
d<-ProbitToPercentage(b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.