JamesHWade / measure

The goal of measure is to be a recipes-like interface to tidymodels for analytical characterization data.
https://jameshwade.github.io/measure/
Other
5 stars 2 forks source link

identify variable categories #3

Open JamesHWade opened 2 years ago

topepo commented 2 years ago

From the RStudio Community post...

For these types of data, the rows in the data set are not going to be independent. The independent experimental unit will be something like the sample of material and there will be many other types of variables.

I think that the important part of this project is to differentiate the different classes of variables.

Some terminology I just made up:

I think that the most help we need is on identifying the technical variables for different types of assays.

Here's an example with Raman spectroscopy:

Once we have an idea of the technical variables, the actual recipe parts are pretty straight-forward (as are the preprocessing methods).

JamesHWade commented 1 year ago

My plan for now is to use roles of "descriptor" from variables that describe or otherwise identify the samples. In many cases, these could be outcome variables to model. For experimental variables, I went with "conditions". These would be pretty easy to change at this point, and I'm very open to feedback on them.