selex_standard_errors: Estimate standard errors for multinomial regression...

Description Usage Arguments Value See Also

View source: R/hypothesis_testing.R

Description

Generates a sample of randomized SELEX data and computes "null" coefficients

Usage

1
2
selex_standard_errors(counts, weights = default_weights, n = 100,
  cores = detectCores(), timeout = 1)

Arguments

counts

A matrix or data frame with alleles for column names

weights

A numeric vector of regression weights for the 5 cycles

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 SE's

See Also

selex_z_scores


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