This repository contains all the source codes of consensual aggregation methods implemented in R programming. All codes contained in each file are built with recent version of R software (version Rstudio (version > 2022.02.2+485, available here).
To run the codes, you can clone the repository directly or simply load the R script source files from this repository using devtools package in Rstudio as follows:
-
Install devtools package using command:
install.packages("devtools") -
Loading the source codes from
GitHubrepository usingsource_urlfunction by:devtools::source_url("https://raw.githubusercontent.com/hassothea/AggregationMethods/main/file.R")
where file.R is the file name contained in this repository which you want to import into your Rstudio.
The documentation and explanation of all the aggregation methods are available on my webpage as listed below:
KernelAggReg: for regression, see KernelAggReg documentation.KernelAggClass: for classification, see KernelAggClass documentation.MixCobraReg: for regression, see MixCobraReg documentation.MixCobraClass: for classification, see MixCobraClass documentation.