Description Usage Arguments Value See Also
View source: R/hypothesis_testing.R
Compares multinomial logistic regression parameters to estimated SE's
1 2 | selex_z_scores(fit, estimated_se = NULL, n = 100,
cores = detectCores(), timeout = 1)
|
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) |
A numeric vector containing the estimated Z-scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.