create_model_string: Create a string describing a model run.

View source: R/analyze.r

create_model_stringR Documentation

Create a string describing a model run.

Description

This internal function takes information about the model being run and turns it into a well formatted string.

Usage

create_model_string(
  model.type,
  formula.parsed,
  cluster,
  weights,
  inference,
  has.tve
)

Arguments

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.

Value

A formatted string that describes the model being run.


jacobaro/danalyze documentation built on Oct. 20, 2022, 8:09 a.m.