Skip to content

This repository contains all the source codes of consensual aggregation methods implemented in R programming. The explanations of each function and algorithm are available in my webpage: https://hassothea.github.io/publications/

Notifications You must be signed in to change notification settings

scj-robin/AggregationMethods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AggregationMethods

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 $>$ 4.1, available here) and Rstudio (version > 2022.02.2+485, available here).


🔎 How to download & run the codes?

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:

  1. Install devtools package using command:

    install.packages("devtools")

  2. Loading the source codes from GitHub repository using source_url function 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.


📖 Documentation

The documentation and explanation of all the aggregation methods are available on my webpage as listed below:


About

This repository contains all the source codes of consensual aggregation methods implemented in R programming. The explanations of each function and algorithm are available in my webpage: https://hassothea.github.io/publications/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.4%
  • Python 0.6%