propnormdfreplace: Title

Description Usage Arguments Value Examples

View source: R/normalization.r

Description

Title

Usage

1

Arguments

df

data frame to be

columns

a vector of columns to be normalized

Value

a new data frame with both original and the normalized data with column names ending in normalized

Examples

1
2
3
4
5
df1 = data.frame(a = c(0.4, 0.3, .35, .45), b = c(.45, .40, .40, .3))
propnormdfreplace(df1)

df2  = data.frame(a = c(0.3, .34, .38), b = c(0.2, 0.21, 0.25), c = c(.45, .42, .41))
propnormdfreplace(df2)

balexanderstats/bayesurvey documentation built on Sept. 20, 2020, 11:40 a.m.