wlm_q2e_intercept: Fit a linear model using weights and intercept

View source: R/wls_q2e.R

wlm_q2e_interceptR Documentation

Fit a linear model using weights and intercept

Description

For use after group_by on samples and peptide index

Usage

wlm_q2e_intercept(
  norm_int = NULL,
  weight = NULL,
  deam_0 = NULL,
  deam_1 = NULL,
  deam_2 = NULL,
  data = NULL,
  return_model = FALSE
)

Arguments

deam_2

Examples

q2e_vals = peaks %>% filter(n_peaks > 0) %>%
  group_by(sample, replicate, pep_number) %>%
  summarise(wlm_q2e_intercept(norm_int, weight, deam_0, deam_1, deam_2))

ismaRP/MALDIpqi documentation built on July 2, 2024, 8:43 p.m.