mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 11:51:59 +02:00
(v1.5.0.9011) small dosage update
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
\alias{dosage}
|
||||
\title{Data Set with Treatment Dosages as Defined by EUCAST}
|
||||
\format{
|
||||
A \link{data.frame} with 135 observations and 9 variables:
|
||||
A \link{data.frame} with 169 observations and 9 variables:
|
||||
\itemize{
|
||||
\item \code{ab}\cr Antibiotic ID as used in this package (such as \code{AMC}), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available
|
||||
\item \code{name}\cr Official name of the antimicrobial agent as used by WHONET/EARS-Net or the WHO
|
||||
|
@ -12,9 +12,9 @@ is_new_episode(x, episode_days, ...)
|
||||
\arguments{
|
||||
\item{x}{vector of dates (class \code{Date} or \code{POSIXt})}
|
||||
|
||||
\item{episode_days}{length of the required episode length in days, can also be less than a day, see \emph{Details}}
|
||||
\item{episode_days}{required episode length in days, can also be less than a day, see \emph{Details}}
|
||||
|
||||
\item{...}{arguments passed on to \code{\link[=as.POSIXct]{as.POSIXct()}}}
|
||||
\item{...}{currently not used}
|
||||
}
|
||||
\value{
|
||||
\itemize{
|
||||
|
Reference in New Issue
Block a user