File: pulplignin.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{pulplignin}
\alias{pulplignin}
\title{Pulp lignin content}
\format{
A data frame with 301 observations on the following 23 variables.
}
\source{
\url{https://openmv.net/info/kamyr-digester}
}
\description{
Pulp quality by lignin content remaining
}
\details{
Pulp quality is measured by the lignin content remaining in the pulp:
the Kappa number. This data set is used to understand which variables
in the process influence the Kappa number, and if it can be predicted
accurately enough for an inferential sensor application.
Variables with a number at the end have been lagged by that
number of hours to line up the data.
}
\examples{

data(pulplignin)
str(pulplignin)
aggr(pulplignin)

}
\references{
K. Walkush and R.R. Gustafson. Application of feedforward neural networks and partial least
squares regression for modelling Kappa number in a continuous Kamyr digester",
Pulp and Paper Canada, 95, 1994, p T7-T13.
}
\keyword{datasets}