selex_z_scores: Estimate Z-scores for SELEX multinomial regression...

Description Usage Arguments Value See Also

View source: R/hypothesis_testing.R

Description

Compares multinomial logistic regression parameters to estimated SE's

Usage

1
2
selex_z_scores(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 Z-scores

See Also

selex_pvals


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