https://github.com/cran/robCompositions
Raw File
Tip revision: 9d594684d2bd4630b4501eac818563d0509628d4 authored by Matthias Templ on 14 August 2017, 12:14:11 UTC
version 2.0.6
Tip revision: 9d59468
instw.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{instw}
\alias{instw}
\title{value added, output and input for different ISIC codes and countries.}
\format{A data.frame with 1555 rows and 7 columns.}
\usage{
data(instw)
}
\description{
\itemize{
 \item{\code{ct}}{ct}
 \item{\code{isic}}{ISIC classification, Rev 3.2}
 \item{\code{VA}}{value added}
 \item{\code{OUT}}{output}
 \item{\code{INP}}{input}
 \item{\code{IS03}}{country code}
 \item{\code{mht}}{mht}
}
}
\examples{
data(instw)
head(instw)
}
\author{
Valentin Todorov, Matthias Templ
}
\keyword{data}
back to top