mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 02:04:42 +02:00
(v2.1.1.9237) clean-up
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
\alias{antibiotics}
|
||||
\alias{ab_class}
|
||||
\alias{ab_selector}
|
||||
\title{Deprecated Functions}
|
||||
\title{Deprecated Functions, Arguments, or Datasets}
|
||||
\format{
|
||||
An object of class \code{tbl_df} (inherits from \code{tbl}, \code{data.frame}) with 496 rows and 14 columns.
|
||||
}
|
||||
|
@ -71,7 +71,9 @@ A \link{data.frame} with extra class \code{\link{resistance_predict}} with colum
|
||||
Furthermore, the model itself is available as an attribute: \code{attributes(x)$model}, see \emph{Examples}.
|
||||
}
|
||||
\description{
|
||||
Create a prediction model to predict antimicrobial resistance for the next years on statistical solid ground. Standard errors (SE) will be returned as columns \code{se_min} and \code{se_max}. See \emph{Examples} for a real live example.
|
||||
Create a prediction model to predict antimicrobial resistance for the next years. Standard errors (SE) will be returned as columns \code{se_min} and \code{se_max}. See \emph{Examples} for a real live example.
|
||||
|
||||
\strong{NOTE:} These functions are \link[=AMR-deprecated]{deprecated} and will be removed in a future version. Use the AMR package combined with the tidymodels framework instead, for which we have written a \href{https://amr-for-r.org/articles/AMR_with_tidymodels.html}{basic and short introduction on our website}.
|
||||
}
|
||||
\details{
|
||||
Valid options for the statistical model (argument \code{model}) are:
|
||||
|
Reference in New Issue
Block a user