tibble_to_rowwise_sd_zs: given the tibble and column indices add columns of row wise...

View source: R/global.R

tibble_to_rowwise_sd_zsR Documentation

given the tibble and column indices add columns of row wise zscore and row wise standard deviation

Description

given the tibble and column indices add columns of row wise zscore and row wise standard deviation

Usage

tibble_to_rowwise_sd_zs(
  x,
  cols_to_use,
  std_dev_colname = "sd",
  zscore_colname_suffix = "_zscore"
)

Arguments

x
cols_to_use
std_dev_colname
zscore_colname_suffix

Value

internal


cparsania/FungiExpresZ documentation built on March 15, 2024, 5:48 p.m.