Files in bsaul/geex
An API for M-Estimation

.Rbuildignore
.envrc
.gitignore
.travis.yml
CODE_OF_CONDUCT.md CONTRIBUTING.md
DESCRIPTION
LICENSE
LICENSE.md
NAMESPACE
NEWS.md R/classes.R R/compute_funs.R R/correct_by_funs.R R/create_funs.R R/datasets.R R/diagnose_funs.R R/estimate_funs.R R/geex.R R/grab_funs.R R/grab_psiFUN_funs.R R/m_estimate.R README.md
_pkgdown.yaml
codecov.yml
data/geexex.rda
docs/404.html
docs/CODE_OF_CONDUCT.html
docs/CONTRIBUTING.html
docs/LICENSE-text.html
docs/LICENSE.html
docs/_config.yml
docs/articles/articles/lme4_discussion.html
docs/articles/articles/mestimation_bib.html
docs/articles/articles/speed_tips.html
docs/articles/index.html
docs/articles/lme4_discussion.html
docs/articles/mestimation_bib.html
docs/articles/speed_tips.html
docs/articles/v00_geex_intro.html
docs/articles/v01_additional_examples.html
docs/articles/v02_sandwich_comparison.html
docs/articles/v03_root_solvers.html
docs/articles/v04_weights.html
docs/articles/v05_finite_sample_corrections.html
docs/articles/v06_causal_example.html
docs/articles/v07_geex_design.html
docs/authors.html
docs/bootstrap-toc.css
docs/bootstrap-toc.js
docs/docsearch.css
docs/docsearch.js
docs/index.html
docs/jquery.sticky-kit.min.js
docs/link.svg
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/Rplot001.png
docs/reference/approx_control-class.html
docs/reference/basic_control-class.html
docs/reference/coef-methods.html
docs/reference/compute_pairwise_sum_of_list.html
docs/reference/compute_sigma.html
docs/reference/compute_sum_of_list.html
docs/reference/correct_by.html
docs/reference/correct_control-class.html
docs/reference/correction.html
docs/reference/create_GFUN-methods.html
docs/reference/create_basis.html
docs/reference/create_psiFUN_list-methods.html
docs/reference/deriv_control-class.html
docs/reference/diagnose_roots.html
docs/reference/estimate_GFUN_roots.html
docs/reference/estimate_sandwich_matrices.html
docs/reference/estimating_function-class.html
docs/reference/fay_bias_correction.html
docs/reference/fay_df_correction.html
docs/reference/geex-class.html
docs/reference/geex-package.html
docs/reference/geex-summary-class.html
docs/reference/geex_control-class.html
docs/reference/geex_summary-class.html
docs/reference/geexex.html
docs/reference/get_corrections-methods.html
docs/reference/grab.html
docs/reference/grab_FUN-methods.html
docs/reference/grab_GFUN-methods.html
docs/reference/grab_bread-methods.html
docs/reference/grab_bread_list-methods.html
docs/reference/grab_design_levels.html
docs/reference/grab_design_matrix.html
docs/reference/grab_ee-methods.html
docs/reference/grab_estFUN-methods.html
docs/reference/grab_fixed_formula.html
docs/reference/grab_meat-methods.html
docs/reference/grab_meat_list-methods.html
docs/reference/grab_options-methods.html
docs/reference/grab_psiFUN.html
docs/reference/grab_psiFUN_list-methods.html
docs/reference/grab_response.html
docs/reference/grab_response_formula.html
docs/reference/index.html
docs/reference/m_estimate.html
docs/reference/m_estimation_basis-class.html
docs/reference/nobs-methods.html
docs/reference/root_control-class.html
docs/reference/roots-methods.html
docs/reference/sandwich_components-class.html
docs/reference/setup_approx_control.html
docs/reference/setup_control.html
docs/reference/setup_deriv_control.html
docs/reference/setup_root_control.html
docs/reference/show-methods.html
docs/reference/summary-methods.html
docs/reference/vcov-methods.html
docs/reference/weights-methods.html
docs/sitemap.xml
flake.lock
flake.nix
geex.Rproj
inst/CITATION
inst/create_sample_data.R
inst/logos/geex-icon-horiz.png
inst/logos/geex-icon-pocket.png
inst/logos/geex-icon-pocket_250x250.png
inst/logos/geex-icon-text.png
man/approx_control-class.Rd man/basic_control-class.Rd man/coef-methods.Rd man/compute_pairwise_sum_of_list.Rd man/compute_sigma.Rd man/compute_sum_of_list.Rd man/correct_by.Rd man/correct_control-class.Rd man/correction.Rd man/create_GFUN-methods.Rd man/create_basis.Rd man/create_psiFUN_list-methods.Rd man/deriv_control-class.Rd man/diagnose_roots.Rd man/estimate_GFUN_roots.Rd man/estimate_sandwich_matrices.Rd man/estimating_function-class.Rd man/fay_bias_correction.Rd man/fay_df_correction.Rd man/geex-class.Rd man/geex-package.Rd man/geex_control-class.Rd man/geex_summary-class.Rd man/geexex.Rd man/get_corrections-methods.Rd man/grab.Rd man/grab_GFUN-methods.Rd man/grab_bread-methods.Rd man/grab_bread_list-methods.Rd man/grab_design_levels.Rd man/grab_design_matrix.Rd man/grab_ee-methods.Rd man/grab_estFUN-methods.Rd man/grab_fixed_formula.Rd man/grab_meat-methods.Rd man/grab_meat_list-methods.Rd man/grab_psiFUN.Rd man/grab_psiFUN_list-methods.Rd man/grab_response.Rd man/grab_response_formula.Rd man/m_estimate.Rd man/m_estimation_basis-class.Rd man/nobs-methods.Rd man/root_control-class.Rd man/roots-methods.Rd man/sandwich_components-class.Rd man/setup_approx_control.Rd man/setup_control.Rd man/setup_deriv_control.Rd man/setup_root_control.Rd man/show-methods.Rd man/summary-methods.Rd man/vcov-methods.Rd man/weights-methods.Rd
shell.nix
tests/testthat.R tests/testthat/test_approxFUN.R tests/testthat/test_classes.R tests/testthat/test_computations.R tests/testthat/test_correct_by.R tests/testthat/test_diagnose.R tests/testthat/test_geex.R tests/testthat/test_grab.R tests/testthat/test_grab_eeFUN.merMod.R tests/testthat/test_grab_eeFUN_geeglm.R tests/testthat/test_grab_eeFUN_glm.R vignettes/articles/lme4_discussion.Rmd vignettes/articles/mestimation_bib.Rmd vignettes/articles/speed_tips.Rmd vignettes/v00_geex_intro.Rmd vignettes/v01_additional_examples.Rmd vignettes/v02_sandwich_comparison.Rmd vignettes/v03_root_solvers.Rmd vignettes/v04_weights.Rmd vignettes/v05_finite_sample_corrections.Rmd vignettes/v06_causal_example.Rmd vignettes/v07_geex_design.Rmd
bsaul/geex documentation built on July 4, 2023, 6:40 p.m.