Learn R Programming

aop (version 1.0.0)

internal_model_fits: An internal function for calculating interpolation values.

Description

An internal function for calculating interpolation values.

Usage

internal_model_fits(bmr_model, interval)

Arguments

bmr_model
a model of class lm based on a bootstrap natural splin metaregression of concentration-response data.
interval
a numeric value that specifies how large the interval should be between each value used for interpolation.

Value

temp_df a data.frame consisting of concentration and activity columns that represent the interpolated model-based response/activity values.