selex_multinom: Multinomial logistic regression on count data from SELEX...

Description Usage Arguments Value

View source: R/multinomial_regression.R

Description

Built around the multinom function from nnet

Usage

1
2
selex_multinom(counts, ref_allele = NULL, weights = default_weights,
  sink = TRUE)

Arguments

counts

A matrix or data frame with alleles for column names

ref_allele

A character string representing the reference allele

weights

A numeric vector of regression weights for the 5 cycles

sink

A logical, when TRUE messages from multinom will be hidden

Value

A multinom fit object


anthony-aylward/selex documentation built on May 21, 2019, 1:42 a.m.