initialize_s | R Documentation |
Initialize s values using initialized y values and data from Input
initialize_s(Model, cores = 1, verbose = FALSE)
Model |
an object of class gemini.model |
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 s values
data("Model", package = "gemini") Model <- initialize_s(Model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.