show_individual | R Documentation |
clean_perch_data()
get an individual's data from the output of clean_perch_data()
show_individual(data_nplcm, ID)
data_nplcm |
data for fitting nplcm; See |
ID |
patient id: |
a list with the inquired patient's data
Other exploratory data analysis functions:
get_top_pattern()
,
plot_logORmat()
,
summarize_BrS()
,
summarize_SS()
,
visualize_season()
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.