Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels for data families on Report CSV- possible error? #73

Open
nffarabaugh opened this issue Mar 23, 2022 · 2 comments
Open

Labels for data families on Report CSV- possible error? #73

nffarabaugh opened this issue Mar 23, 2022 · 2 comments

Comments

@nffarabaugh
Copy link

Hello,

I am running a BRT on ecological count data using the software, I therefore selected the Poisson distribution as the data family. So: fam1 = c("poisson"),
fam2 = c( "poisson")

However the report CSV the various models are still labeled as "Gaus_BRT...". I wanted to make sure that this was just an error in the auto generated label and not with the process of selecting the appropriate data family.

Thanks for the help!

@SimonDedman
Copy link
Owner

Thanks. I need to overhaul the labels.
L261 gaus should be runfam2 or better
L263 brv to fam1rv
L264 grv to fam2rv
L265 Bin_Preds to fam1preds
L266 Gaus_Preds to fam2preds

replace bin with fam1 in all object names
replace gaus with fam2 in all object names

L452 replace Bin Binary with fam1. Ditto L468 fam2

Tedious. Just grind through it semi-manually

@nffarabaugh
Copy link
Author

Gotcha,

Easy enough to do manually when reporting data, so long as I am sure that "Bin" and "Gaus" actually mean whatever families are selected for Fam1 and Fam2 when not doing defaults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants