Files in emjun/tisaner
Authoring Statistical Models from Conceptual Models

.Rbuildignore
.Rhistory
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.gitignore
API_OVERVIEW.md CONTRIBUTING.md
DESCRIPTION
INTERNAL_API.md
LICENSE
R/.DS_Store
R/aaa-classes.R R/asCategories.R R/asContinuous.R R/asCounts.R R/assess.R R/assign_cardinality_from_data.R
R/associates_with.R
R/assume.R R/calculate_cardinality.R R/categories.R R/causes.R R/checkAndRefine.R R/checkConceptualModel.R R/checkEquals.R R/checkGreaterThan.R R/condition.R R/construct_graphs.R R/continuous.R R/counts.R R/decreases.R R/disambiguateConceptualModel.R R/disambiguateStatisticalModel.R R/equals.R R/generateStatisticalModelJSON.R R/get_all_vars.R R/get_cardinality.R R/has.R R/hypothesize.R R/increases.R R/inferConfounders.R R/inferFamilyLinkFunctions.R R/inferInteractions.R R/inferRandomEffects.R R/infer_has_relationships.R R/infer_interaction_effects_with_explanations.R R/infer_model.R R/infer_random_effects_with_explanations.R R/infer_statistical_model_from_design.R R/infers_main_effects_with_explanations.R R/interacts.R R/moderates.R R/nests.R R/nominal.R R/notEquals.R R/notes.RMD R/number_value.R R/ordinal.R R/per.R R/pretty_print.R R/processQuery.R R/processStatisticalModels.R R/query.R R/relates.R R/updateGraph.R R/whenThen.R README.md SETUP.md STATISTICAL_MODEL_INFERENCE.md app/conceptualModelDisambiguation/app.R app/conceptualModelDisambiguation/global.R
app/conceptualModelDisambiguation/include.html
app/conceptualModelDisambiguation/www/conceptualModelDisambiguation.js
conceptualDisambiguation/.DS_Store
conceptualDisambiguation/R/example.R conceptualDisambiguation/app.R
conceptualDisambiguation/tests/.DS_Store
conceptualDisambiguation/tests/testthat.R
conceptualDisambiguation/tests/testthat/.DS_Store
conceptualDisambiguation/tests/testthat/setup-shinytest2.R conceptualDisambiguation/tests/testthat/test-server.R conceptualDisambiguation/tests/testthat/test-shinytest2.R
docs/CNAME
docs/README.md docs/about.md
docs/graph.png
docs/index.html
docs/install.md docs/overview.md docs/research.md docs/tutorial.md env_setup.R examples.Rmd
examples/.DS_Store
examples/README.md examples/conceptualDisambiguation-cycle.R examples/conceptualDisambiguation-onlyCauses.R examples/conceptualModelDisambiguation.R
examples/data/2019_WA_income.csv
examples/example0.R examples/example1.R examples/example2.R examples/example3.R examples/example4.R examples/example5.R examples/example6.R examples/exampleErrors.R examples/exampleHealth.R examples/generatInputJSON.R
examples/json/mainEffectsOnly.json
examples/json/simpleDisambiguation.json
examples/json/simpleInput.json
examples/simpleDisambiguation.R examples/startStatisticalModelDisambiguation.R
gui/.DS_Store
gui/README.md
gui/__init__.py
gui/assets/extra_styles.css
gui/callbacks.py
gui/default_explanations.json
gui/example.py
gui/example_inputs/main_interaction.json
gui/example_inputs/main_interaction_multiple_random_slopes.json
gui/example_inputs/main_interaction_random_intercept_slope_correlated.json
gui/example_inputs/main_interaction_random_intercepts.json
gui/example_inputs/main_interaction_random_slope_interaction.json
gui/example_inputs/main_interaction_random_slope_one_variable.json
gui/example_inputs/main_only.json
gui/family_link_function_callbacks.py
gui/family_link_functions.json
gui/generate_examples.py
gui/gui_components.py
gui/gui_helpers.py
gui/gui_strings.py
gui/random_effects_callbacks.py
gui/start.py
gui/strings.json
gui/tisaneGui.py
man/AbstractVariable.Rd man/Assumption.Rd man/AtMost.Rd man/Categories-class.Rd man/Causes-class.Rd man/Compares-class.Rd man/ConceptualModel.Rd man/Continuous-class.Rd man/Counts-class.Rd man/Dataset-class.Rd man/Design.Rd man/Exactly.Rd man/Has.Rd man/Hypothesis.Rd man/Interacts-class.Rd man/Measure-class.Rd man/Nests-class.Rd man/NumberValue-class.Rd man/OrderedCategories-class.Rd man/Participant.Rd man/Per-class.Rd man/RandomEffect-class.Rd man/RandomIntercept.Rd man/RandomSlope.Rd man/Relates-class.Rd man/Time.Rd man/Unit.Rd man/UnobservedVariable-class.Rd man/UnorderedCategories-class.Rd man/asCategories.Rd man/asContinuous.Rd man/asCounts.Rd man/assess.Rd man/assign_cardinality_from_data.Rd man/assume.Rd man/calculate_cardinality_from_data.Rd man/categories.Rd man/causes.Rd man/checkAndRefineConceptualModel.Rd man/checkConceptualModel.Rd man/checkEquals.Rd man/checkGreaterThan.Rd man/condition.Rd man/construct_graphs.Rd man/continuous.Rd man/counts.Rd man/decreases.Rd man/deriveStatisticalModel.Rd man/disambiguateStatisticallModel.Rd man/equals.Rd man/generateConceptualModelJSON.Rd man/generateDisambiguationChoices.Rd man/generateStatisticalModelJSON.Rd man/getMediators.Rd man/getVariable.Rd man/get_all_vars.Rd man/get_cardinality.Rd man/hypothesize.Rd man/increases.Rd man/inferConfounders.Rd man/inferFamilyFunctions.Rd man/inferFamilyLinkFunctions.Rd man/inferInteractions.Rd man/inferLinkFunctions.Rd man/inferRandomEffects.Rd man/infer_has_relationships.Rd man/infer_interaction_effects_with_explanations.Rd man/infer_main_effects_with_explanations.Rd man/infer_model.Rd man/infer_random_effects_with_explanations.Rd man/infer_statistical_model_from_design.Rd man/interacts.Rd man/moderates-AbstractVariable-list-AbstractVariable-method.Rd man/moderates.Rd man/nests.Rd man/nominal.Rd man/notEquals.Rd man/ordinal.Rd man/per.Rd man/processQuery.Rd man/query.Rd man/relates.Rd man/updateConceptualModel.Rd man/updateGraph.Rd man/whenThen.Rd
tests/.DS_Store
tests/testthat.R tests/testthat/test_conceptual_model.R tests/testthat/test_disambiguation.R tests/testthat/test_find_cycles.R tests/testthat/test_helpers.R tests/testthat/test_infer_family_link_functions.R tests/testthat/test_infer_model.R tests/testthat/test_infer_random_effects.R
tests/testthat/test_input.json
tests/testthat/test_input2.json
tests/testthat/test_variable_construction.R tests/testthat/test_variable_relationships.R
emjun/tisaner documentation built on Nov. 9, 2024, 6:32 p.m.