envpredutils.cumulative_dose_response_pred_helper {DyMEP} | R 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
[Package DyMEP version 0.1.2 Index]