make_linCom {refund.shiny} | R Documentation |
Produces a ggplot with mean and sliders to change weighting of each PC; allows you to obtain range of potential fitted values.
make_linCom(obj, pc_weights, response_scale = FALSE)
obj |
fpca object to be plotted. |
pc_weights |
User-selected weights for FPCs |
response_scale |
Scale of reponse to be plotted. If TRUE results are plotted on response scale, if FALSE results are plotted on natural scale. |