show_individual: get an individual's data from the output of...

View source: R/eda.R

show_individualR 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 nplcm()

ID

patient id: patid.

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


zhenkewu/baker documentation built on Feb. 7, 2024, 4:20 p.m.