MichaelFolkes / forecastR_package

forecastR package without shiny
1 stars 3 forks source link

complex / pooled Sib scoping #28

Open SOLV-Code opened 3 years ago

SOLV-Code commented 3 years ago

Pooled

original plan

current plan

put in option to select pooled 2 or pooled 3

age 6 ~ p54 or p543 age 5 ~ p43 or p432 age 4 ~ p32 or p321

match based on brood year

-> now have sibreg.prep() fn that generates a compact object for the simple and pooled sibregs -> have revised fitModel() and/or sibreg.simple.est() to use this rather than the current computation ("run year offset by 1")

for youngest: use naive for second youngest: use simple sib reg for third youngest: always use pooled 2 for older: selection of pooled 2 vs pooled 3 has an effect -> verified

to discuss

Multiple

need to decide: use stepwise pkg that does all the combinations or write code generate valid model variations (text strings for lm input)

Ideas:

consider alternative versions:

Basic Questions