logRegFit: fit logistic regression and return coefficients and p values

Description Usage Arguments Value Examples

View source: R/sars2phylo.R

Description

fit logistic regression and return coefficients and p values

Usage

1
logRegFit(SS, START)

Arguments

SS

sample set

START

column at which the one-hot encoding of the lineages begins

Value

list length (ncol(SS) - START) of model fits

Examples

1
modFit <- logRegFit(ss, 50)

JacobLemieux/sars2phylo documentation built on Dec. 18, 2021, 12:29 a.m.