sqrttransform {doebioresearch}R Documentation

Square root transformation of the numeric vector

Description

The function carries out square root transformation of each values of vector. If one of values of a vector is 0, 0.5 is added to each observation.

Usage

sqrttransform(numeric.vector)

Arguments

numeric.vector

data vector to be transformed

Value

Square root transformed data

Examples

vector<-c(0,25,36,6,9,25,70)
sqrttransform(vector)

[Package doebioresearch version 0.1.0 Index]