observation: Numeric matrix or data.frame. New explanatory variables (raw data) for one observation. Qualitative variables must be transform into binary variables.
error.bar: Logical. Show error bar (default: TRUE).
onlySig: Logical. Compute pseudobetas using only significant components (default: TRUE).
alpha: Numeric. Numerical values are regarded as significant if they fall below the threshold (default: 0.05).
zero.rm: Logical. Remove variables with a pseudobeta equal to 0 (default: TRUE).
txt.x.angle: Numeric. Angle of X text (default: 0).
top: Numeric. Show "top" first variables with the higher pseudobetas in absolute value. If top = NULL, all variables are shown (default: NULL).
auto.limits: Logical. If "auto.limits" = TRUE, limits are detected automatically (default: TRUE).
show.betas: Logical. Show original betas (default: FALSE).
title: Character. Plot title (default: NULL).
title_size_text: Numeric. Text size for title (default: 15).
subtitle_size_text: Numeric. Text size for subtitle (default: 12).
legend.position: Character. Legend position. Must be one of the following: "top", "bottom", "right" or "left (default: "right").
legend_title: Character. Legend title (default: "Method").
legend_size_text: Numeric. Text size for legend title (default: 12).
x_axis_size_text: Numeric. Text size for x axis (default: 10).
y_axis_size_text: Numeric. Text size for y axis (default: 10).
label_x_axis_size: Numeric. Text size for x label axis (default: 10).
label_y_axis_size: Numeric. Text size for y label axis (default: 10).
verbose: Logical. If verbose = TRUE, extra messages could be displayed (default: FALSE).
Returns
A list of lst_models length with a list of four elements per each model: plot: Linear prediction per variable. lp.var: Value of each linear prediction per variable. norm_observation: Observation normalized using the model information. observation: Observation used.