Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monogenea/07858be02ddb723138cc45d4f9b2ad23 to your computer and use it in GitHub Desktop.
Save monogenea/07858be02ddb723138cc45d4f9b2ad23 to your computer and use it in GitHub Desktop.
# Try Eggs_laid ~ dpois
froReduced <- slice(fro, which(!is.na(Eggs_laid))) %>%
as.data.frame()
# Re-do the variable scaling, otherwise the sampling throws an error
froReduced %<>% mutate(female_id = as.integer(factor(Female_ID_coded)),
year_id = as.integer(factor(Year)),
group_id = as.integer(factor(Group_ID_coded)),
Min_age_Z = scale(Min_age),
Group_size_Z = scale(Group_size),
Mean_eggsize_Z = scale(Mean_eggsize))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment