getRSE: Calculates Residual Standard Error of the fit

View source: R/get_global_fit.R

getRSER Documentation

Calculates Residual Standard Error of the fit

Description

Calculates Residual Standard Error of the fit

Usage

getRSE(fit, globalAlignment)

Arguments

fit

(lm or loess) Linear or loess fit object between reference and experiment run.

Value

(numeric)

Author(s)

Shubham Gupta, shubh.gupta@mail.utoronto.ca

ORCID: 0000-0003-3500-8152

License: (c) Author (2020) + GPL-3 Date: 2020-04-08

See Also

getLOESSfit, getLinearfit, getGlobalAlignment

Examples

data(oswFiles_DIAlignR, package="DIAlignR")
## Not run: 
Loess.fit <- getGlobalAlignment(oswFiles = oswFiles_DIAlignR, ref = "run1", eXp = "run2",
maxFdrGlobal = 0.05, spanvalue = 0.1, fit = "loess")
getRSE(Loess.fit, "loess")

## End(Not run)

shubham1637/DIAlign documentation built on March 27, 2023, 7:12 a.m.