Files in bbuchsbaum/rMVPA
Multivoxel Pattern Analysis in R

.Rbuildignore
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.github/workflows/pkgdown.yaml
.github/workflows/test-coverage.yaml
.gitignore
.travis.yml
DESCRIPTION
NAMESPACE
R/allgeneric.R R/classifiers.R R/common.R R/crossval.R R/dataset.R R/design.R R/distcalc.R R/feature_selection.R
R/globals.R
R/manova_model.R R/model_fit.R R/mvpa_iterate.R R/mvpa_model.R R/mvpa_result.R R/performance.R R/rMVPA.R R/regional.R R/resample.R R/roisplit.R R/rsa_model.R R/searchlight.R R/utils.R R/vector_rsa_model.R README.md README.rmd
_pkgdown.yml
codecov.yml
docs/404.html
docs/articles/CommandLineScripts.html
docs/articles/CrossValidation.html
docs/articles/FeatureSelection.html
docs/articles/RSA.html
docs/articles/Regional_Analysis.html
docs/articles/Searchlight_Analysis_files/figure-html/unnamed-chunk-5-1.png
docs/articles/index.html
docs/authors.html
docs/index.html
docs/link.svg
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/as_roi.html
docs/reference/binary_classification_result.html
docs/reference/classification_result.html
docs/reference/compute_performance.html
docs/reference/cross_validation.html
docs/reference/crossv_block.html
docs/reference/crossv_bootstrap_block.html
docs/reference/crossv_k.html
docs/reference/crossv_seq_block.html
docs/reference/crossv_twofold.html
docs/reference/crossval_samples.html
docs/reference/custom_performance.html
docs/reference/data_sample.html
docs/reference/external_crossval.html
docs/reference/feature_selector.html
docs/reference/fit_model.html
docs/reference/gen_sample_dataset.html
docs/reference/get_samples.html
docs/reference/get_searchlight.html
docs/reference/has_test_set.html
docs/reference/index.html
docs/reference/kfold_cross_validation.html
docs/reference/list_model.html
docs/reference/load_model.html
docs/reference/manova_design.html
docs/reference/manova_iterate.html
docs/reference/manova_model.html
docs/reference/merge_predictions.html
docs/reference/merge_results.html
docs/reference/model_fit.html
docs/reference/multiway_classification_result.html
docs/reference/mvpa_dataset.html
docs/reference/mvpa_design.html
docs/reference/mvpa_iterate.html
docs/reference/mvpa_model.html
docs/reference/mvpa_surface_dataset.html
docs/reference/nobs.html
docs/reference/nresponses.html
docs/reference/performance.html
docs/reference/predict.class_model_fit.html
docs/reference/predict.regression_model_fit.html
docs/reference/predicted_class.html
docs/reference/prob_observed.html
docs/reference/rMVPA.html
docs/reference/regression_result.html
docs/reference/rsa_design.html
docs/reference/rsa_iterate.html
docs/reference/rsa_model.html
docs/reference/run_regional.html
docs/reference/run_searchlight.html
docs/reference/select_features.html
docs/reference/sub_result.html
docs/reference/test_design.html
docs/reference/train_model.html
docs/reference/train_model.mvpa_model.html
docs/reference/tune_grid.html
docs/reference/tune_model.html
docs/reference/weighted_model.html
docs/reference/wrap_output.html
docs/reference/y_test.html
docs/reference/y_train.html
inst/.DS_Store
inst/extdata/.DS_Store
inst/extdata/sub-1005_task-localizer_run-01_bold_space-MNI_preproc_betas_small.nii
man/as_roi.Rd man/binary_classification_result.Rd man/classification_result.Rd man/coalesce_join2.Rd man/combine_prediction_tables.Rd man/combine_randomized.Rd man/combine_regional_results.Rd man/combine_rsa_standard.Rd man/combine_standard.Rd man/combine_vector_rsa_standard.Rd man/comp_perf.Rd man/compute_performance.Rd man/create_dist.Rd man/cross_validation.Rd man/crossv_block.Rd man/crossv_bootstrap_block.Rd man/crossv_k.Rd man/crossval_samples.Rd man/custom_performance.Rd man/data_sample.Rd man/distance-constructors.Rd man/do_merge_results.Rd man/do_randomized.Rd man/do_standard.Rd man/external_crossval.Rd man/feature_selector.Rd man/filter_roi.Rd man/fit_model.Rd man/fit_model.mvpa_model.Rd man/fut_vector_rsa.Rd man/gen_sample_dataset.Rd man/get_samples.Rd man/get_searchlight.Rd man/group_means.Rd man/has_test_set.Rd man/kfold_cross_validation.Rd man/list_model.Rd man/load_model.Rd man/manova_design.Rd man/manova_iterate.Rd man/manova_model.Rd man/merge_predictions.Rd man/merge_results.Rd man/merge_results.regional_mvpa_result.Rd man/model_fit.Rd man/multiway_classification_result.Rd man/mvpa_dataset.Rd man/mvpa_design.Rd man/mvpa_iterate.Rd man/mvpa_model.Rd man/mvpa_surface_dataset.Rd man/nobs.Rd man/nresponses.Rd man/pairwise_dist.Rd man/pairwise_dist.cordist.Rd man/pairwise_dist.euclidean.Rd man/pairwise_dist.mahalanobis.Rd man/pairwise_dist.robustmahadist.Rd man/performance.Rd man/performance.regression_result.Rd man/pool_randomized.Rd man/predict.class_model_fit.Rd man/predict.regression_model_fit.Rd man/predicted_class.Rd man/prep_regional.Rd man/prob_observed.Rd man/rMVPA.Rd man/regional_mvpa_result.Rd man/regression_result.Rd man/rsa_design.Rd man/rsa_iterate.Rd man/rsa_model.Rd man/rsa_model_mat.Rd man/run_regional.Rd man/run_regional.mvpa_model.Rd man/run_regional.rsa_model.Rd man/run_searchlight.Rd man/second_order_similarity.Rd man/select_features.FTest.Rd man/select_features.Rd man/select_features.catscore.Rd man/sub_result.Rd man/sub_result.binary_classification_result.Rd man/sub_result.multiway_classification_result.Rd man/test_design.Rd man/train_model.Rd man/train_model.manova_model.Rd man/train_model.mvpa_model.Rd man/train_model.rsa_model.Rd man/train_model.vector_rsa_model.Rd man/tune_grid.Rd man/tune_model.Rd man/twofold_blocked_cross_validation.Rd man/vector_rsa_design.Rd man/vector_rsa_model.Rd man/weighted_model.Rd man/wrap_out.Rd man/wrap_output.Rd man/y_test.Rd man/y_train.Rd oldR/ensemble.R oldR/folds.R oldR/models.R oldR/mvpa_analysis.R oldR/mvpa_model.R oldR/optim.R oldR/similarity.R
rMVPA.Rproj
scripts/MVPA_Cluster.R scripts/MVPA_Predict.R scripts/MVPA_Regional.R scripts/MVPA_Regional_old.R scripts/MVPA_Searchlight.R scripts/MVPA_Searchlight_old.R scripts/estimate_betas.R scripts/install_github.R scripts/model_params.R scripts/prep_betas.R surface_test/run.R surface_test/run2.R surface_test/run3.R surface_test/run_roi.R surface_test/run_roi_external.R test1/Example_MVPA_for_SVM_searchlight.R
test1/mvpa_design.txt
test1/test1.R test1/test_regional.R tests/testthat.R tests/testthat/test_distfun.R tests/testthat/test_manova_searchlight.R tests/testthat/test_mvpa_regional.R tests/testthat/test_mvpa_searchlight.R tests/testthat/test_rsa_regional.R tests/testthat/test_rsa_searchlight.R tests/testthat/test_vector_rsa_searchlight.R vignettes/CommandLineScripts.Rmd vignettes/CrossValidation.Rmd vignettes/FeatureSelection.Rmd vignettes/RSA.Rmd vignettes/Regional_Analysis.Rmd vignettes/Searchlight_Analysis.Rmd
bbuchsbaum/rMVPA documentation built on April 23, 2024, 7:35 a.m.