get.selected.data.sd: Extract columns from dataframe and compute row standard...

Description Usage Arguments Value Author(s)

View source: R/row-wise-computations-functions.R

Description

Useful function for extracting data and combining data based on a vector of column names in a dataframe. Useful function for extracting data and combining data based on a vector of column names in a dataframe. See get.selected.data and rowMeans.ca. Here we compute (row by row) the standard deviation of the selected colums

Usage

1
df %>% mutate(V.raw.sd = get.selected.data.sd(.,V.use.vec))

Arguments

df

data frame

name.vec

names of rows.

null.default

(e.g. 0.0).

Value

string vector

Author(s)

Claus E. Andersen


claus-e-andersen/clanTools documentation built on Oct. 23, 2020, 7:59 a.m.