mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 21:41:55 +02:00
first commit
This commit is contained in:
22
man/as.mic.Rd
Normal file
22
man/as.mic.Rd
Normal file
@ -0,0 +1,22 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/classes.R
|
||||
\name{as.mic}
|
||||
\alias{as.mic}
|
||||
\alias{is.mic}
|
||||
\title{Class 'mic'}
|
||||
\usage{
|
||||
as.mic(x, na.rm = FALSE)
|
||||
|
||||
is.mic(x)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{vector}
|
||||
|
||||
\item{na.rm}{a logical indicating whether missing values should be removed}
|
||||
}
|
||||
\value{
|
||||
New class \code{mic}
|
||||
}
|
||||
\description{
|
||||
This transforms a vector to a new class\code{mic}, which is an ordered factor valid MIC values as levels. Invalid MIC values will be translated as \code{NA} with a warning.
|
||||
}
|
Reference in New Issue
Block a user