paramFromEM | R Documentation |
Inferring parameters from BEEM results
paramFromEM(
beem.obj,
counts,
metadata,
sparse = TRUE,
forceBreak = NULL,
ncpu = 4,
enforceLogistic = FALSE,
dev = 0.05,
forceSkipWarning = FALSE
)
beem.obj |
BEEM output list |
counts |
counts data following MDSINE's OTU table |
metadata |
metadata following MDSINE's metadata format |
sparse |
use the sparse mode to estimate the parameters (default: TRUE) |
forceBreak |
force to break the trajectory to handle pulsed perturbation (or species invasion) (default: NULL) |
ncpu |
maximal number of CPUs used (default:4) |
enforceLogistic |
re-estimate the self-interaction parameters (enforce to negative values) |
dev |
tolerance in mse to select iterations for estimating parameters (default: 0.05) |
forceSkipWarning |
Use with caution! Force to skip model fit check. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.