powered by
Launch function of the analysis
rop(fic, output_folder, mini, maxi, nbCycles, typesVariables)
Name of the file to analyze in csv format (for example titanic.csv)
Path to the output folder
Value of the minimum weighting
Value of the maximum weighting
Maximum number of cycles to apply
Boolean vector tracking qualitative (F) and quantitative (T) variables
No value returned
# NOT RUN { rop( fic = system.file("extdata", "titanic.csv", package = "ROP"), output_folder = tempdir(), mini = -1, maxi = 1, nbCycles = 2, typesVariables = c(FALSE, FALSE, FALSE) ) # }
Run the code above in your browser using DataLab