## Not run:
# # -----------------------------------------------
# # USING THE METHODS of the class
# # -----------------------------------------------
# obj.L<-dataLoader(); # create a Loader
#
# # Load a .csv using "DES" and "ID" as column names to indicate events
# # and Patient's ID
# obj.L$load.csv(nomeFile = "../otherFiles/test_02.csv",
# IDName = "ID",EVENTName = "DES",dateColumnName = "DATA")
#
# # now create an object logInspector
# obj.logI<-logInspector();
#
# # load the data into logInspector object
# obj.logI$loadDataset( obj.L$getData() );
#
# # get event-related descriptive statistics
# obj.logI$getEventStats();
#
# # get process-related descriptive statistics
# obj.logI$getProcessStats();
#
# # plot event-related descriptive statistics
# obj.logI$plotEventStats();
#
# # plot process-related descriptive statistics
# obj.logI$plotProcessStats()
# ## End(Not run)
Run the code above in your browser using DataLab