get_predictions {expirest} | R Documentation |
Get the predicted values
Description
The function get_predictions()
makes the predictions to be shown
on the graphs prepared by the function plot_expirest_osle()
or plot_expirest_wisle()
.
Usage
get_predictions(model, model_name, x_range)
Arguments
model |
An ‘ |
model_name |
A character string representing the acronym that specifies which model, based on the ANCOVA analysis, suits best. |
x_range |
A numeric vector of the form |
Details
The function get_predictions()
prepares a data frame that
contains the predicted values .
Value
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.
See Also
plot_expirest_osle
, plot_expirest_wisle
.