Description Usage Arguments Value Examples
View source: R/arcsineretransform.R
Re-transform the arc sine transformed data. When arc sine transformation is done, the mean of the treatments needs to be re-transformed for comparison.
1 | arcsineretransform(mean.vector, type)
|
mean.vector |
vector of mean which needs to be re-transformed |
type |
0 if data was in proportion prior to re-transformation, 1 if data was in percentage prior to re-transformation |
Arc sine re-transformed vector
1 2 3 4 5 | data<-c(60,63.43495,71.56505,78.46304)
#If data was in percentage prior to re-transformation
arcsineretransform(data,1)
#If data was in proportion prior to re-transformation
arcsineretransform(data,0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.