Learn R Programming

gkwreg (version 1.0.7)

.process_formula_parts: Process Formula Parts from a Formula Object

Description

Process Formula Parts from a Formula Object

Usage

.process_formula_parts(formula_obj, param_names, fixed_params, data)

Value

A list of formula objects for each parameter.

Arguments

formula_obj

Formula object created with the Formula package.

param_names

Names of the parameters for the specified family.

fixed_params

List of fixed parameters.

data

Data frame containing the variables.