Revision 775c7e1be4c58aaf8adccdd2b92d07aa9cdc265f authored by Matthias Templ on 14 January 2020, 05:10:03 UTC, committed by cran-robot on 14 January 2020, 05:10:03 UTC
1 parent d761b2f
Raw File
zeroOut.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zeroOut.R
\name{zeroOut}
\alias{zeroOut}
\title{Detection of outliers of zero-inflated data}
\usage{
zeroOut(x, impute = "knn")
}
\arguments{
\item{x}{a data frame}

\item{impute}{imputation method internally used}
}
\value{
XXX
}
\description{
detects outliers in compositional zero-inflated data
}
\details{
XXX
}
\examples{
### Installing and loading required packages
data(expenditures)
}
\author{
Matthias Templ
}
back to top