Description Usage Value Examples
get_data_info
1 | get_data_info(data_list, ...)
|
a list containing all the information for later estimation.
1 2 3 4 5 6 7 8 9 | ## Not run:
require(embededss)
filePath <- "data/freq_data.xlsx"
imported_data <- read_data(filePath)
data_list <- data_ready(imported_data)
data_information <- get_data_info(data_list, grade = c("M3"), ald = "ALD", location = "Loc_RP60", wess = F, modal = F, threshold = F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.