From e5c0e9ea775c24cdab00e64d7a71f8a3a7cc1fb8 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 25 Nov 2023 10:09:09 -0500 Subject: [PATCH] docs --- altdoc/mkdocs.yml | 112 +++--- docs/404.html | 106 +++--- docs/CITATION/index.html | 141 ++++--- docs/LICENSE/index.html | 335 ++++++++++++++--- docs/NEWS/index.html | 354 +++++++++++++++--- docs/index.html | 106 +++--- docs/man/comparisons/index.html | 106 +++--- docs/man/datagrid/index.html | 106 +++--- docs/man/hypotheses/index.html | 106 +++--- docs/man/inferences/index.html | 106 +++--- docs/man/marginal_means/index.html | 106 +++--- docs/man/plot_comparisons/index.html | 106 +++--- docs/man/plot_predictions/index.html | 106 +++--- docs/man/plot_slopes/index.html | 106 +++--- docs/man/posterior_draws/index.html | 106 +++--- docs/man/predictions/index.html | 106 +++--- docs/man/print.marginaleffects/index.html | 106 +++--- docs/man/slopes/index.html | 106 +++--- docs/sitemap.xml.gz | Bin 228 -> 228 bytes docs/vignettes/NEWS/index.html | 106 +++--- .../vignettes/alternative_software/index.html | 106 +++--- docs/vignettes/bootstrap/index.html | 106 +++--- docs/vignettes/brms/index.html | 106 +++--- docs/vignettes/categorical/index.html | 106 +++--- docs/vignettes/comparisons/index.html | 106 +++--- docs/vignettes/conformal/index.html | 106 +++--- docs/vignettes/core/index.html | 106 +++--- docs/vignettes/elasticity/index.html | 106 +++--- docs/vignettes/equivalence/index.html | 106 +++--- docs/vignettes/experiments/index.html | 106 +++--- docs/vignettes/extensions/index.html | 106 +++--- docs/vignettes/faq/index.html | 106 +++--- docs/vignettes/functions/index.html | 106 +++--- docs/vignettes/gam/index.html | 106 +++--- docs/vignettes/gcomputation/index.html | 106 +++--- docs/vignettes/get_started/index.html | 106 +++--- docs/vignettes/heterogeneity/index.html | 106 +++--- docs/vignettes/hypothesis/index.html | 106 +++--- docs/vignettes/ipw/index.html | 106 +++--- docs/vignettes/links/index.html | 106 +++--- docs/vignettes/lme4/index.html | 106 +++--- docs/vignettes/logit/index.html | 106 +++--- docs/vignettes/machine_learning/index.html | 106 +++--- docs/vignettes/marginalmeans/index.html | 106 +++--- docs/vignettes/matching/index.html | 106 +++--- docs/vignettes/mrp/index.html | 106 +++--- docs/vignettes/multiple_imputation/index.html | 106 +++--- docs/vignettes/performance/index.html | 106 +++--- docs/vignettes/plot/index.html | 106 +++--- docs/vignettes/predictions/index.html | 106 +++--- docs/vignettes/python/index.html | 106 +++--- docs/vignettes/references/index.html | 106 +++--- docs/vignettes/slopes/index.html | 106 +++--- docs/vignettes/supported_models/index.html | 106 +++--- docs/vignettes/svalues/index.html | 106 +++--- docs/vignettes/tables/index.html | 106 +++--- docs/vignettes/uncertainty/index.html | 106 +++--- 57 files changed, 3480 insertions(+), 2974 deletions(-) diff --git a/altdoc/mkdocs.yml b/altdoc/mkdocs.yml index c8345ed1a..3293f8a8f 100644 --- a/altdoc/mkdocs.yml +++ b/altdoc/mkdocs.yml @@ -56,68 +56,68 @@ markdown_extensions: ### Navigation tree nav: - - Get Started: vignettes/get_started + - Get Started: vignettes/get_started/ - Tutorials: - Predictions: vignettes/predictions - Comparisons: vignettes/comparisons - Slopes: vignettes/slopes - Hypothesis Tests: vignettes/hypothesis - Plots: vignettes/plot + Predictions: vignettes/predictions/ + Comparisons: vignettes/comparisons/ + Slopes: vignettes/slopes/ + Hypothesis Tests: vignettes/hypothesis/ + Plots: vignettes/plot/ - Case Studies: - Bayes: vignettes/brms - Bootstrap and Simulation: vignettes/bootstrap - Categorical outcomes: vignettes/categorical - Conformal prediction: vignettes/conformal - Elasticity: vignettes/elasticity - Equivalence Tests: vignettes/equivalence - Experiments: vignettes/experiments - GAM: vignettes/gam - G-Computation: vignettes/gcomputation - Heterogeneity: vignettes/heterogeneity - IPW: vignettes/ipw - Mixed Effects: vignettes/lme4 - Logit: vignettes/logit - Machine Learning: vignettes/machine_learning - Marginal Means: vignettes/marginalmeans - Matching: vignettes/matching - MrP: vignettes/mrp - Missing Data: vignettes/multiple_imputation - S Values: vignettes/svalues + Bayes: vignettes/brms/ + Bootstrap and Simulation: vignettes/bootstrap/ + Categorical outcomes: vignettes/categorical/ + Conformal prediction: vignettes/conformal/ + Elasticity: vignettes/elasticity/ + Equivalence Tests: vignettes/equivalence/ + Experiments: vignettes/experiments/ + GAM: vignettes/gam/ + G-Computation: vignettes/gcomputation/ + Heterogeneity: vignettes/heterogeneity/ + IPW: vignettes/ipw/ + Mixed Effects: vignettes/lme4/ + Logit: vignettes/logit/ + Machine Learning: vignettes/machine_learning/ + Marginal Means: vignettes/marginalmeans/ + Matching: vignettes/matching/ + MrP: vignettes/mrp/ + Missing Data: vignettes/multiple_imputation/ + S Values: vignettes/svalues/ - Technical Notes: - Alternative Software: vignettes/alternative_software - Extensions: vignettes/extensions - Links: vignettes/links - Performance: vignettes/performance - Python: vignettes/python - Supported Models: vignettes/supported_models - Tables: vignettes/tables - Standard Errors: vignettes/uncertainty - FAQ: vignettes/faq + Alternative Software: vignettes/alternative_software/ + Extensions: vignettes/extensions/ + Links: vignettes/links/ + Performance: vignettes/performance/ + Python: vignettes/python/ + Supported Models: vignettes/supported_models/ + Tables: vignettes/tables/ + Standard Errors: vignettes/uncertainty/ + FAQ: vignettes/faq/ - Functions: Predictions: - predictions: man/predictions - avg_predictions: man/predictions - plot_predictions: man/plot_predictions + predictions: man/predictions/ + avg_predictions: man/predictions/ + plot_predictions: man/plot_predictions/ Comparisons: - comparisons: man/comparisons - avg_comparisons: man/comparisons - plot_comparisons: man/plot_comparisons + comparisons: man/comparisons/ + avg_comparisons: man/comparisons/ + plot_comparisons: man/plot_comparisons/ Slopes: - slopes: man/slopes - avg_slopes: man/slopes - plot_slopes: man/plot_slopes + slopes: man/slopes/ + avg_slopes: man/slopes/ + plot_slopes: man/plot_slopes/ Grids: - datagrid: man/datagrid - datagridcf: man/datagrid + datagrid: man/datagrid/ + datagridcf: man/datagrid/ More: - hypotheses: man/hypotheses - inferences: man/inferences - marginal_means: man/marginal_means - posterior_draws: man/posterior_draws - print: man/print.marginaleffects - - News: $ALTDOC_NEWS - - Changelog: $ALTDOC_CHANGELOG - - Code of Conduct: $ALTDOC_CODE_OF_CONDUCT - - License: $ALTDOC_LICENSE - - Licence: $ALTDOC_LICENCE - - Citation: $ALTDOC_CITATION + hypotheses: man/hypotheses/ + inferences: man/inferences/ + marginal_means: man/marginal_means/ + posterior_draws: man/posterior_draws/ + print: man/print.marginaleffects/ + - News: $ALTDOC_NEWS/ + - Changelog: $ALTDOC_CHANGELOG/ + - Code of Conduct: $ALTDOC_CODE_OF_CONDUCT/ + - License: $ALTDOC_LICENSE/ + - Licence: $ALTDOC_LICENCE/ + - Citation: $ALTDOC_CITATION/ diff --git a/docs/404.html b/docs/404.html index 330d72458..07ef20b3a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -233,7 +233,7 @@
  • - + Get Started
  • @@ -275,7 +275,7 @@
  • - + Predictions
  • @@ -289,7 +289,7 @@
  • - + Comparisons
  • @@ -303,7 +303,7 @@
  • - + Slopes
  • @@ -317,7 +317,7 @@
  • - + Hypothesis Tests
  • @@ -331,7 +331,7 @@
  • - + Plots
  • @@ -380,7 +380,7 @@
  • - + Bayes
  • @@ -394,7 +394,7 @@
  • - + Bootstrap and Simulation
  • @@ -408,7 +408,7 @@
  • - + Categorical outcomes
  • @@ -422,7 +422,7 @@
  • - + Conformal prediction
  • @@ -436,7 +436,7 @@
  • - + Elasticity
  • @@ -450,7 +450,7 @@
  • - + Equivalence Tests
  • @@ -464,7 +464,7 @@
  • - + Experiments
  • @@ -478,7 +478,7 @@
  • - + GAM
  • @@ -492,7 +492,7 @@
  • - + G-Computation
  • @@ -506,7 +506,7 @@
  • - + Heterogeneity
  • @@ -520,7 +520,7 @@
  • - + IPW
  • @@ -534,7 +534,7 @@
  • - + Mixed Effects
  • @@ -548,7 +548,7 @@
  • - + Logit
  • @@ -562,7 +562,7 @@
  • - + Machine Learning
  • @@ -576,7 +576,7 @@
  • - + Marginal Means
  • @@ -590,7 +590,7 @@
  • - + Matching
  • @@ -604,7 +604,7 @@
  • - + MrP
  • @@ -618,7 +618,7 @@
  • - + Missing Data
  • @@ -632,7 +632,7 @@
  • - + S Values
  • @@ -681,7 +681,7 @@
  • - + Alternative Software
  • @@ -695,7 +695,7 @@
  • - + Extensions
  • @@ -709,7 +709,7 @@
  • - + Links
  • @@ -723,7 +723,7 @@
  • - + Performance
  • @@ -737,7 +737,7 @@
  • - + Python
  • @@ -751,7 +751,7 @@
  • - + Supported Models
  • @@ -765,7 +765,7 @@
  • - + Tables
  • @@ -779,7 +779,7 @@
  • - + Standard Errors
  • @@ -793,7 +793,7 @@
  • - + FAQ
  • @@ -869,7 +869,7 @@
  • - + predictions
  • @@ -883,7 +883,7 @@
  • - + avg_predictions
  • @@ -897,7 +897,7 @@
  • - + plot_predictions
  • @@ -945,7 +945,7 @@
  • - + comparisons
  • @@ -959,7 +959,7 @@
  • - + avg_comparisons
  • @@ -973,7 +973,7 @@
  • - + plot_comparisons
  • @@ -1021,7 +1021,7 @@
  • - + slopes
  • @@ -1035,7 +1035,7 @@
  • - + avg_slopes
  • @@ -1049,7 +1049,7 @@
  • - + plot_slopes
  • @@ -1097,7 +1097,7 @@
  • - + datagrid
  • @@ -1111,7 +1111,7 @@
  • - + datagridcf
  • @@ -1159,7 +1159,7 @@
  • - + hypotheses
  • @@ -1173,7 +1173,7 @@
  • - + inferences
  • @@ -1187,7 +1187,7 @@
  • - + marginal_means
  • @@ -1201,7 +1201,7 @@
  • - + posterior_draws
  • @@ -1215,7 +1215,7 @@
  • - + print
  • @@ -1244,7 +1244,7 @@
  • - + News
  • @@ -1259,7 +1259,7 @@
  • - + License
  • @@ -1274,7 +1274,7 @@
  • - + Citation
  • diff --git a/docs/CITATION/index.html b/docs/CITATION/index.html index 34da3279a..ad0a2775d 100644 --- a/docs/CITATION/index.html +++ b/docs/CITATION/index.html @@ -9,6 +9,8 @@ + + @@ -238,7 +240,7 @@
  • - + Get Started
  • @@ -280,7 +282,7 @@
  • - + Predictions
  • @@ -294,7 +296,7 @@
  • - + Comparisons
  • @@ -308,7 +310,7 @@
  • - + Slopes
  • @@ -322,7 +324,7 @@
  • - + Hypothesis Tests
  • @@ -336,7 +338,7 @@
  • - + Plots
  • @@ -385,7 +387,7 @@
  • - + Bayes
  • @@ -399,7 +401,7 @@
  • - + Bootstrap and Simulation
  • @@ -413,7 +415,7 @@
  • - + Categorical outcomes
  • @@ -427,7 +429,7 @@
  • - + Conformal prediction
  • @@ -441,7 +443,7 @@
  • - + Elasticity
  • @@ -455,7 +457,7 @@
  • - + Equivalence Tests
  • @@ -469,7 +471,7 @@
  • - + Experiments
  • @@ -483,7 +485,7 @@
  • - + GAM
  • @@ -497,7 +499,7 @@
  • - + G-Computation
  • @@ -511,7 +513,7 @@
  • - + Heterogeneity
  • @@ -525,7 +527,7 @@
  • - + IPW
  • @@ -539,7 +541,7 @@
  • - + Mixed Effects
  • @@ -553,7 +555,7 @@
  • - + Logit
  • @@ -567,7 +569,7 @@
  • - + Machine Learning
  • @@ -581,7 +583,7 @@
  • - + Marginal Means
  • @@ -595,7 +597,7 @@
  • - + Matching
  • @@ -609,7 +611,7 @@
  • - + MrP
  • @@ -623,7 +625,7 @@
  • - + Missing Data
  • @@ -637,7 +639,7 @@
  • - + S Values
  • @@ -686,7 +688,7 @@
  • - + Alternative Software
  • @@ -700,7 +702,7 @@
  • - + Extensions
  • @@ -714,7 +716,7 @@
  • - + Links
  • @@ -728,7 +730,7 @@
  • - + Performance
  • @@ -742,7 +744,7 @@
  • - + Python
  • @@ -756,7 +758,7 @@
  • - + Supported Models
  • @@ -770,7 +772,7 @@
  • - + Tables
  • @@ -784,7 +786,7 @@
  • - + Standard Errors
  • @@ -798,7 +800,7 @@
  • - + FAQ
  • @@ -874,7 +876,7 @@
  • - + predictions
  • @@ -888,7 +890,7 @@
  • - + avg_predictions
  • @@ -902,7 +904,7 @@
  • - + plot_predictions
  • @@ -950,7 +952,7 @@
  • - + comparisons
  • @@ -964,7 +966,7 @@
  • - + avg_comparisons
  • @@ -978,7 +980,7 @@
  • - + plot_comparisons
  • @@ -1026,7 +1028,7 @@
  • - + slopes
  • @@ -1040,7 +1042,7 @@
  • - + avg_slopes
  • @@ -1054,7 +1056,7 @@
  • - + plot_slopes
  • @@ -1102,7 +1104,7 @@
  • - + datagrid
  • @@ -1116,7 +1118,7 @@
  • - + datagridcf
  • @@ -1164,7 +1166,7 @@
  • - + hypotheses
  • @@ -1178,7 +1180,7 @@
  • - + inferences
  • @@ -1192,7 +1194,7 @@
  • - + marginal_means
  • @@ -1206,7 +1208,7 @@
  • - + posterior_draws
  • @@ -1220,7 +1222,7 @@
  • - + print
  • @@ -1249,7 +1251,7 @@
  • - + News
  • @@ -1264,7 +1266,7 @@
  • - + License
  • @@ -1277,11 +1279,21 @@ + -
  • - + +
  • + + + + + + + + Citation +
  • @@ -1357,6 +1369,27 @@

    Citation