Description Usage Arguments Value See Also
View source: R/ArchitectureModel.R
Evaluate the loss function lossfunctionp
for each value of s in seq(range[1],range[2],length.out=nout)
.
1 2 3 4 5 6 7 8 | linesearch(
nout,
dat,
bins = defaultbins(),
thresholds = c(2.5, 3),
range = c(-2, 2),
sigma = NULL
)
|
nout |
The number of values to evaluate. |
dat |
A data frame of (f,beta) pairs |
bins |
(Default: |
thresholds |
(Default: |
range |
(Default: c(-2,2)) The range of s values to evaluate between |
sigma |
(Default: NULL, meaning use the best value) Genomic architecture sigma |
a dataframe contining s and the score for that s.
fullsearch
to infer a single p, or bootstrap
to generate a distribution of estimates of s.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.