calc_sd_rsd_nls: calculate values from summaries v2

View source: R/sd_rsd_summaries.R

calc_sd_rsd_nlsR Documentation

calculate values from summaries v2

Description

given a data.frame of means and variances, use a two step non-linear least squares. The first step is done on the mean vs sd, then the estimates are used in a second that estimates them using the mean vs rsd.

Usage

calc_sd_rsd_nls(data, ...)

Arguments

data

data.frame of means and variances

...

other nls parameters

Value

vector


MoseleyBioinformaticsLab/visualizationQualityControl documentation built on Feb. 21, 2024, 1:06 a.m.