blob: 15f943317e622f7acd5dea8da9faf4c4f28bf250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{cstr_mis}
\alias{cstr_mis}
\title{Continuous stirred tank reactor data with missing values}
\format{an \code{idframe} object with 7500 samples, one input and two
outputs}
\usage{
cstr_mis
}
\description{
This dataset is derived from the \code{cstr} dataset with few samples
containing missing values, in one or all variables. It is used to
demonstrate the capabilities of the \code{misdata} routine.
}
\seealso{
\code{\link{cstr}}, \code{\link{misdata}}
}
\keyword{datasets}
|