powered by
Prompts user for file containing dataset and creates a DataSet object
loadData(data_table, file=FALSE)
One-way R table
Boolean value, set to true to use dataset from file, false to use data_table
DataSet object
# NOT RUN { library(rJava) mgm_init() # } # NOT RUN { ds <- loadData(file=TRUE) # to load dataset from file # } # NOT RUN { ds <- loadData(data_table) # to load dataset from table # }
Run the code above in your browser using DataLab