https://github.com/cran/robCompositions
Raw File
Tip revision: d761b2fedaa3133904cf8bbd87ad4e6fcfdf79ac authored by Matthias Templ on 15 April 2019, 16:22:43 UTC
version 2.1.0
Tip revision: d761b2f
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)
}
\keyword{data}
back to top