arcsineretransform {doebioresearch} | R Documentation |
Re-transform the Arc sine transformed data
Description
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.
Usage
arcsineretransform(mean.vector, type)
Arguments
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 |
Value
Arc sine re-transformed vector
Examples
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)
[Package doebioresearch version 0.1.0 Index]