Nothing
Slope = function(x, y)
{
# Author: Kyun-Seop Bae k@acr.kr
# Simple linear regression used for terminal-slope estimation.
# Delegates to NonCompart::Slope for a single maintained engine.
# INPUT
# x: time
# y: natural log of concentration
# RETURNS
# named vector: R2, R2ADJ, LAMZNPT, LAMZ, b0, CORRXY, LAMZLL, LAMZUL, CLSTP
return(NonCompart::Slope(x, y))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.