This function generates various plots of empirical data and models
plot_model(
title,
model_fn_name,
data,
parameter_df,
n_parameters,
plot_folder_name,
xlab,
left_trunc = 1
)
Character vector indicating title of the empirical dataset, this will be present on every plot, this also determines the name of the folder where plots will be
Character vector used to indicate name of model function used for optimization
Vector of observed values
Data frame of optimized parameters and other model function values (p0, Psi, etc)
Int of number of parameters used in model funciton
Character vector indicating folder or directory name to be used when outputting plot images
Character vector indicating x axis label of plots, indicates what the random variable is
Int indicating starting index of model function used for optimization