USDAForestService / FIESTA

FIESTA (Forest Inventory ESTimation and Analysis) is a research estimation tool for analysts that work with sample-based inventory data from the U.S. Department of Agriculture, Forest Service, Forest Inventory and Analysis (FIA) Program. Follow the link below for more information:
https://usdaforestservice.github.io/FIESTA/
23 stars 11 forks source link

implementing modelselect functionality in modMAtree.R in response to it's removal from FIESTAutils/.../MAest.pbar.R #20

Closed joshyam-k closed 1 year ago

joshyam-k commented 1 year ago

The idea is to try to preserve additivity in MA estimates by doing model selection once at the very beginning instead of during each model fitting to a given rowvar and/or colvar level in the data.

I think that I added this code into the right section of modMAtree.R, but would appreciate a second opinion on that.

ctoney commented 1 year ago

We currently cannot test that adequately from the GitHub CI. Tracey will need to take a look.

joshyam-k commented 1 year ago

yep, I'll definitely spend some time walking through this with tracey to make sure it works how we want it to work!

joshyam-k commented 1 year ago

closing this for now while I troubleshoot modelselect behavior more thoroughly