View source: R/sparmodel_classes.R
constructor_sparmodel | R Documentation |
'sparmodel'
objectsThe created function will return a object of class 'sparmodel'
which
constitutes of a list.
constructor_sparmodel(name, model_fun, update_fun = NULL)
name |
character |
model_fun |
function for estimating the marginal models which returns the
function should have arguments and |
update_fun |
optional function for updating the |
Creates an object of class 'sparmodel'
using arguments passed by user.
a function which in turn creates an
object of class 'sparmodel'
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.