sqrtretransform: Re-transform the square root transformed data

Description Usage Arguments Value Examples

View source: R/sqrtretransform.R

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

1
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

1
2
3
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)

doebioresearch documentation built on July 8, 2020, 7:18 p.m.