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