plot_group: A function to generate plots of a group of variables...

Description Usage Arguments Value

View source: R/plot_group.R

Description

A function to generate plots of a group of variables Suggestion: take out missing values beforehand

Usage

1
plot_group(data, time_name, response_name, unique_subject_id, variable_name)

Arguments

unique_subject_id

the column name corresponding to unique subject id in the data (string)

variable_name

One column name of interested variable from dataset

data:

A dataframe with the response column to plot

time_name:

the column name corresponding to the time variable in the data (string)

response_name:

the column name of the intersted response variable (string)

Value

A list with the plot and the data used for plot


biocore/bayestime documentation built on Nov. 15, 2020, 5:40 p.m.