envpredutils.cumulative_dose_response_pred_helper: function to calculate cumulative response

View source: R/DyMEP_apply_unknown_environment_prediction_utils.R

envpredutils.cumulative_dose_response_pred_helperR Documentation

function to calculate cumulative response

Description

wrapper function to apply the response_prediction function in a "weighted" manner and do some gap filling of the env data

Usage

envpredutils.cumulative_dose_response_pred_helper(
  env_data_vector,
  .response_function.,
  parameters
)

Arguments

env_data_vector

environmental covariate to predict on

.response_function.

dose response function

parameters

parameters of the response function

Value

returns vector with cumulative sum


DyMEP documentation built on May 29, 2024, 4:29 a.m.