Learn R Programming

beezdemand (version 0.2.0)

summary.cp_model_nls: Summarize a Cross-Price Demand Model (Nonlinear)

Description

Summarize a Cross-Price Demand Model (Nonlinear)

Usage

# S3 method for cp_model_nls
summary(object, inv_fun = identity, inverse_fun = deprecated(), ...)

Value

A list containing model summary information.

Arguments

object

A cross-price model object from fit_cp_nls with return_all=TRUE.

inv_fun

Optional function to inverse-transform predictions (e.g., ll4_inv). Default is identity.

inverse_fun

[Deprecated] Use inv_fun instead.

...

Additional arguments (unused).