eilers_peeters_modified {pam}R Documentation

Eilers & Peeters Model Modification

Description

This function enhances the Eilers and Peeters (1988) model by adding parameters not originally included in the model, which were introduced by other models. It also renames parameters to a standardized naming convention used across all models.

Usage

eilers_peeters_modified(model_result)

Arguments

model_result

A list containing the results of the model, including parameters such as a, b, c, s, pm, ik, im, and w.

Details

A detailed documentation can be found under https://github.com/biotoolbox/pam?tab=readme-ov-file#eilers_peeters_modified

Value

A modified model result as a list with the following elements:

Examples

path <- file.path(system.file("extdata", package = "pam"), "20240925.csv")
data <- read_dual_pam_data(path)

result <- eilers_peeters_generate_regression_ETR_II(data)
modified_result <- eilers_peeters_modified(result)


[Package pam version 1.0.2 Index]