selex_pvals: Estimate p-values for SELEX multinomial regression...

Description Usage Arguments Value

View source: R/hypothesis_testing.R

Description

Compares multinomial logistic regression parameters to estimated SE's

Usage

1
2
selex_pvals(fit, estimated_se = NULL, n = 100, cores = detectCores(),
  timeout = 1)

Arguments

fit

A matrix or data frame with alleles for column names

estimated_se

A numeric vector giving standard errors to use

n

An integer giving number of coefficient samples to generate

cores

An integer giving the number of cpu cores to use

timeout

Numeric. The time limit for fitting a model during null sampling, in seconds. (workaround for divergent edge cases)

Value

A numeric vector containing the estimated p-values


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