Learn R Programming

drsmooth (version 1.9.0)

smooth: Dose-response Modeling with Smoothing Splines

Description

Replaced by drsmooth::drsmooth.

Usage

smooth(dosecolumn = "", targetcolumn = "", data = NA)

Arguments

dosecolumn
Name of dose column of interest in dataframe.
targetcolumn
Name of response column of interest in dataframe.
data
Input dataframe.

Details

drsmooth::smooth has been replaced by drsmooth::drsmooth but a shell retained in v.1.9.0 to prompt the switch. v.2.0.0 will remove drsmooth::smooth altogether. Please see help for drsmooth, where additional detail on the new functionality is also available.