about_variable: About Varialbe

View source: R/cluster_model.R

about_variableR Documentation

About Varialbe

Description

about_variable() returns information about the model variable.

Usage

about_variable(variable, model)

Arguments

variable

A variable in the fitted model output by fit_model()

model

A fitted model created by fit_model()

Value

Text that explains the variable

Examples

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


CSAFE-ISU/handwriter documentation built on Feb. 8, 2025, 6:25 a.m.