revise | R Documentation |
Primary use case is for revising a list of specifications as originally created by specs()
revise(specs, ..., delete)
specs |
a list of specifications to revise |
... |
named values to replace in or add to |
delete |
a vector of names of elements to remove from the specs list |
sp <- specs(mm_name('bayes'))
sp <- revise(sp,
model_name='b_np_oipi_tr_plrckm_mynewmodel.stan',
params_in=c(params_in,'my_new_param'), my_new_param=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.