Description Usage Arguments Value Note Examples
Initialize all x values to the value of concordance
1 | initialize_x(Model, concordance = 1, cores = 1, verbose = FALSE)
|
Model |
a Model object of class gemini.model |
concordance |
a numeric value to initialize x |
cores |
a numeric indicating the number of cores to use. See |
verbose |
default FALSE |
a Model object of class gemini.model including new slots for x values and internal-use hashes
As there is much hashing involved in this function, this tends to be computationally intensive. As such, we have enabled parallelization of most hash steps, but this may still be rate-limited by the amount of memory consumed.
1 2 | data("Model", package = "gemini")
Model %<>% initialize_x()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.