| formula | R Documentation | 
bnecRetrieve formulas from models fitted by bnec.
x should be of class bayesnecfit or
bayesmanecfit.
## S3 method for class 'bayesnecfit'
formula(x, ...)
## S3 method for class 'bayesmanecfit'
formula(x, model, ...)
x | 
 An object of class   | 
... | 
 Unused.  | 
model | 
 A valid model string.  | 
An object of class bayesnecformula.
library(bayesnec)
formula(manec_example, model = "nec4param")
nec4param <- pull_out(manec_example, "nec4param")
formula(nec4param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.