The function get_predictions() makes the predictions to be shown
on the graphs prepared by the function plot_expirest_osle()
or plot_expirest_wisle().
get_predictions(model, model_name, x_range)A data frame with the columns named after the batch_vbl, the
time_vbl and the response_vbl (see function descriptions of
plot_expirest_osle() or plot_expirest_wisle())
and further two columns named LL and UL which represent the
lower or the upper confidence or prediction interval limits, respectively.
An ‘expirest_osle’ or an
‘expirest_Wisle’ object, i.e. a list returned
by the expirest_osle() or by the
expirest_wisle() function.
A character string representing the acronym that specifies which model, based on the ANCOVA analysis, suits best.
A numeric vector of the form c(min, max) that
specifies the range of the time variable to be plotted.
The function get_predictions() prepares a data frame that
contains the predicted values .
plot_expirest_osle, plot_expirest_wisle.