svc_update | R Documentation |
Update the parameters and latent variables of an SVC model.
svc_update(fit, old_par, iasset)
fit |
An object returned by |
old_par |
A list of SVC parameters to be updated. Must be in the same format as the |
iasset |
Which parameter(s) to update. See corresponding argument of |
A list in the same format as old_par
but with the corresponding parameters and latent variables updated with those of svc_fit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.