Hi, I'm new to RStudio community, and wanted to ask for assistance with a "tidy" modeling package. I'm attempting to follow the guidelines from the hardhat package, but have a sticking point.
I'm working a harmonic regression model that I would, at one point, like to publish to CRAN. I'd like to eventual have all the appropriate tidy methods to integrate it into my own workflow.
I'm stuck on how to use a modification of the blueprint functions. There is the standard outcome ~ predictor relationship, but there is a periodicity that is included in the modeling approach.
Example:
Temperature ~ hour of the day
Period = 24 hours on earth, but 32 hours on Mars
I'd like to have the blueprint include this novel element of periodicity.
Any suggestions? Currently I'm avoiding it by patching together the hardhat functions with additional, less tidy code.