get_data_info: get_data_info

Description Usage Value Examples

Description

get_data_info

Usage

1
get_data_info(data_list, ...)

Value

a list containing all the information for later estimation.

Examples

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)

sooyongl/ESS documentation built on Dec. 23, 2021, 4:22 a.m.