Learn R Programming

handwriter (version 3.1.1)

about_variable: About Varialbe

Description

about_variable() returns information about the model variable.

Usage

about_variable(variable, model)

Value

Text that explains the variable

Arguments

variable

A variable in the fitted model output by fit_model()

model

A fitted model created by fit_model()

Examples

Run this code
about_variable(
  variable = "mu[1,2]",
  model = example_model
)

Run the code above in your browser using DataLab