We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

How to save a scientist’s career with data classes?

Formal Metadata

Title
How to save a scientist’s career with data classes?
Title of Series
Number of Parts
60
Author
Contributors
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Imagine you have to withdraw your “Science” paper because you accidentally multiplied the wrong columns of your data. Experience shows that this scenario is not unlikely. Clever designed data classes could mitigate this risk. We present the prototype of an R data class targeted at increasing the reliability of data processing. The aim is to have a data class that features built-in consistency checks and meta-data handlingwithout putting additional burden on the scientist. The current prototype keeps track of units and converts untis automatically, it prevents non-matching data from being combined, and it automatically generatesmeta-data during calculations allowing to inspect what kind of calculation has been performed on the data.