Learn R Programming

ROP (version 1.0)

ROP-package: ROP

Description

ROP

Arguments

Details

The DESCRIPTION file: ROP ROP

Examples

Run this code
# 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