add_mappers | R Documentation |
Add missing mappers between input data and latent variables, based on likelihood data
Equip component(s) with mappers for subcomponents that do not
have predefined mappers. When needed, the data in lhoods
is used to
determine the appropriate mapper(s).
add_mappers(...)
## S3 method for class 'component'
add_mappers(component, lhoods, ...)
## S3 method for class 'component_list'
add_mappers(components, lhoods, ...)
... |
Parameters passed on to other methods |
component |
A |
lhoods |
A |
components |
A |
A component
object with completed mapper information
## Not run:
if (interactive()) {
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.