sqrtretransform {doebioresearch}R Documentation

Re-transform the square root transformed data

Description

Retransform the square root transformed data. When square root transformation is done, the mean of the treatments needs to be re-transformed for comparison.

Usage

sqrtretransform(transformed.mean, if.zero.present)

Arguments

transformed.mean

vector of mean which needs to be re-transformed

if.zero.present

0 if zero was present in the data prior to transformation of data. 1 if zero was absent in the data prior to transformation

Value

Square root re-transformed vector

Examples

vector<-c(19,10,30,60,50,10,5)
#Square root re-transform and zero was absent in the data prior to transformation
sqrtretransform(vector,1)

[Package doebioresearch version 0.1.0 Index]