View source: R/printfunctions.R
formula.mcml | R Documentation |
Extracts the formula from a 'mcml' object. Separate formulae are specified for the fixed and random effects in the model, either of which can be returned. The complete formula is available from the generating 'Model' object as 'Model$formula' or 'formula(Model)'
## S3 method for class 'mcml'
formula(x, ...)
x |
A 'mcml' object. |
... |
Further arguments passed from other methods |
A formula object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.