create_model_string | R Documentation |
This internal function takes information about the model being run and turns it into a well formatted string.
create_model_string( model.type, formula.parsed, cluster, weights, inference, has.tve )
model.type |
The type of model being run. |
formula.parsed |
The parsed formula object. |
cluster |
The clusters used to produce the bootstrap test data. |
weights |
The weights used to produce the bootstrap test data. |
inference |
Whether the model will be run using frequentist or Bayesian inference. |
has.tve |
Whether the event history model has time-varying hazards. |
A formatted string that describes the model being run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.