library(here)

Intro

Testing site for now. TBD # Simulating categorical data

demo

Simulating numeric data

Session Info

sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.2 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0

locale:
 [1] LC_CTYPE=C.UTF-8       LC_NUMERIC=C           LC_TIME=C.UTF-8        LC_COLLATE=C.UTF-8    
 [5] LC_MONETARY=C.UTF-8    LC_MESSAGES=C.UTF-8    LC_PAPER=C.UTF-8       LC_NAME=C             
 [9] LC_ADDRESS=C           LC_TELEPHONE=C         LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C   

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] zeallot_0.1.0  here_1.0.1     lmerTest_3.1-3 lme4_1.1-27.1  Matrix_1.5-3   jtools_2.2.0  
 [7] ggpubr_0.5.0   ggplot2_3.4.0  dplyr_1.0.10   knitr_1.39    

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.7          lattice_0.20-44     tidyr_1.2.1         assertthat_0.2.1   
 [5] rprojroot_2.0.2     digest_0.6.27       utf8_1.2.2          R6_2.5.1           
 [9] cellranger_1.1.0    backports_1.2.1     evaluate_0.15       highr_0.9          
[13] pillar_1.6.2        rlang_1.0.6         curl_4.3.2          readxl_1.3.1       
[17] minqa_1.2.4         data.table_1.14.0   jquerylib_0.1.4     car_3.0-11         
[21] nloptr_1.2.2.2      rmarkdown_2.18      splines_4.1.0       stringr_1.5.0      
[25] foreign_0.8-81      pander_0.6.4        munsell_0.5.0       broom_1.0.0        
[29] compiler_4.1.0      numDeriv_2016.8-1.1 xfun_0.31           pkgconfig_2.0.3    
[33] htmltools_0.5.3     tidyselect_1.1.1    tibble_3.1.6        rio_0.5.27         
[37] fansi_0.5.0         crayon_1.4.1        withr_2.5.0         MASS_7.3-54        
[41] grid_4.1.0          nlme_3.1-152        jsonlite_1.8.4      gtable_0.3.0       
[45] lifecycle_1.0.3     DBI_1.1.1           magrittr_2.0.3      scales_1.2.1       
[49] zip_2.2.0           cli_3.4.1           stringi_1.7.8       carData_3.0-4      
[53] ggsignif_0.6.2      bslib_0.2.5.1       ellipsis_0.3.2      generics_0.1.0     
[57] vctrs_0.5.1         boot_1.3-28         openxlsx_4.2.4      tools_4.1.0        
[61] forcats_0.5.1       glue_1.6.2          purrr_0.3.4         hms_1.1.0          
[65] yaml_2.2.1          fastmap_1.1.0       abind_1.4-5         colorspace_2.0-2   
[69] rstatix_0.7.1.999   haven_2.4.1         sass_0.4.0         
# Markdown --------------------------------------------------------
# rmarkdown::render('docs/index.R', output_dir = 'docs')