| show_individual {baker} | R Documentation | 
get an individual's data from the output of clean_perch_data()
Description
get an individual's data from the output of clean_perch_data()
Usage
show_individual(data_nplcm, ID)
Arguments
| data_nplcm | data for fitting nplcm; See  | 
| ID | patient id:  | 
Value
a list with the inquired patient's data
See Also
Other exploratory data analysis functions: 
get_top_pattern(),
plot_logORmat(),
summarize_BrS(),
summarize_SS(),
visualize_season()
Examples
data(data_nplcm_noreg)
data_nplcm_noreg$X$patid <- paste("PAT",1:length(data_nplcm_noreg$Y0),sep="")
data_nplcm_noreg$X <- as.data.frame(data_nplcm_noreg$X)
subset_data_nplcm_by_index(data_nplcm_noreg,which(data_nplcm_noreg$X$patid%in%c("PAT12","PAT408")))
data_nplcm_noreg$X <- NULL
[Package baker version 1.0.3 Index]