fch_impute_fc_time: Missing Value Imputation For A Single Time Point

Description Usage Arguments Value

View source: R/fc_helpers.R

Description

Missing Value Imputation For A Single Time Point

Usage

1
fch_impute_fc_time(fc, start_col, method = median)

Arguments

fc

The Fc Array data frame, but only at a single time point.

start_col

Where you want the imputing to start iterating along columns from, presumably fccu_first_feat_col(fc).

method

For calculating imputed values. Default is median.

Value

The Fc Array data frame, with missing values replaced based on method. By default, this will be the median of a group's values for that feature.


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.