categorize | R Documentation |
Previously simulated data sets are utilized to create categorical data sets by the given thresholds.
categorize(f.loc, threshold, dataList = "Data_List.dat")
f.loc |
File location. Generated data sets will be saved at the user-defined location. |
threshold |
The threshold values. |
dataList |
List of the names of data sets generated earlier either with the package functions or any other software. |
Fatih Orçan
tres<-c(-Inf, -1.645, -.643, .643, 1.645, Inf) # five categories
categorize(f.loc=tempdir(), threshold = tres)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.