vollenweider_modified {pam}R Documentation

Vollenweider Model Modification

Description

This function adds parameters that were not originally included in the Vollenweider (1965) model, but were introduced by other models, and renames the parameters to a standardized one for all models.

Usage

vollenweider_modified(model_result)

Arguments

model_result

A list containing the results of the model, including parameters such as pmax, alpha, and ik.

Details

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

Value

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

Examples

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

result <- vollenweider_generate_regression_ETR_II(data)
modified_result <- vollenweider_modified(result)


[Package pam version 1.0.2 Index]