fitted.bmixlm | R Documentation |
bmixlm
ObjectCalculate the fitted values from the two component models, and the probabilities of membership of the second component.
## S3 method for class 'bmixlm'
fitted(object, type = c("mean", "samples"), ...)
object |
An object of class |
type |
Whether to return the posterior mean or samples from the posterior. |
... |
Currently unused. |
If type="mean"
the function returns posterior mean
quantities as a dataframe, otherwise it returns samples from the
posterior as a list of arrays.
Returns a list or dataframe with elements
y1: predicted values for the first component model
y2: predicted values for the second component model
p: posterior predictive probabilities of membership of the second component
If type="mean"
return a dataframe of posterior means is
returned, and if type="samples"
return a list of arrays of
samples from the posterior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.