R/DRdata.R

#' @name DRdata
#' @docType data
#' @title Example and Test Data for drsmooth
#' @description
#' A .csv file containing one dose, one raw response column, and two transformed response columns.
#' @format
#' Dose and response columns to be tested and modeled.
#' DRdata contains 4 numeric columns, each with a title:
#'
#' dose
#'     The dose tested.
#'
#' MF_Total
#'     The raw response column.
#'
#' MF_Square
#'     The square root of the MF_Total column.
#'
#' MF_Log
#'      The natural logarithm of the MF_Total column.
#' @usage
#' DRdata
#' @keywords internal
NULL

Try the drsmooth package in your browser

Any scripts or data that you put into this service are public.

drsmooth documentation built on May 1, 2019, 10:28 p.m.