getRSE: Calculates Residual Standard Error of the fit

Description Usage Arguments Value Author(s) See Also Examples

View source: R/get_global_fit.R

Description

Calculates Residual Standard Error of the fit

Usage

1
getRSE(fit)

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

1
2
3
4
5
6
7
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)

## End(Not run)

DIAlignR documentation built on Nov. 8, 2020, 8:22 p.m.