knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Montelo provides a loose collection of modeling functions for testing only
p_check - compare de-facto p-values of a variable group after addition to a given model
Use with ad-hoc modeling
Helper Functions
NEW (to be added to ByndModFun)
reference packages for %>% and . operators used
write_adhoc() to write objects compatible with ad_hoc modelind script
mmm_template: maybe rewrite for ByndModFun users: remove montelo from require; reference functions with ByndModFun:: instead of montelo:: (or not at all)
Toy-data: montelo1
after added example data and example model file based in it, fill in all the missing examples in the functions
Montelo is a private package. You can install the released version of montelo from github with:
library(devtools) install_github("lukasfeuer/montelo", auth_token = github_pat(quiet = TRUE) )
This requires the PAT stored in the environment. Add or edith the PAT with:
library(devtools) usethis::edit_r_environ()
paste:
GITHUB_PAT="actual_token_value"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.