Description Usage Arguments Value Examples
Initialize s values using initialized y values and data from Input
| 1 | 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
| 1 2 | 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.