Description Usage Arguments Value See Also
View source: R/hypothesis_testing.R
Generates a sample of randomized SELEX data and computes "null" coefficients
1 2 | selex_standard_errors(counts, weights = default_weights, n = 100,
cores = detectCores(), timeout = 1)
|
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) |
A numeric vector containing the estimated SE's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.