ronkeizer / vpc

R library to create visual predictive checks (VPC)
Other
36 stars 20 forks source link

Default percentiles of observations #59

Closed Sibojang9 closed 5 months ago

Sibojang9 commented 5 years ago

Hi Ron,

I cannot find the documentation for the default percentiles of plotted lines for observed data. Is it (0.05, 0.95) or (0.025, 0.0975)? Is there any way that we can specify the percentiles?

Thank you,

Sibo

roninsightrx commented 5 months ago

Default for the pi is c(0.05, 0.95). You can modify using e.g. pi = c(0.025, 0.0975). pi stands for prediction interval.