Description Usage Arguments Value Examples
View source: R/base_summaryStats.R
calculateParamDist
calculateParamDist
calculates the quality parameters of one iteration.
This function samples nregions
rows from the stat matrix and fits
the linear model lm(d ~ 0 + u + w)
1 | calculateParamDist(i, stats, nregions)
|
i |
a numeric value indicating the current iteration. |
stats |
a |
nregions |
a numeric value indicating the number of regions sampled. |
a data.table
with both parameters and some extra info
1 2 3 | data("exoExample")
DT <- formatRegions(exoExample)
calculateParamDist(1,DT,100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.