Plots graph of periodic curves with confidence intervals. Data should be included in the model.
plot_per_mod(Model, XvarName, Ylab = "Response", Xlab = "Covariate",
Ylim = NULL, Xlim = NULL, Xmin = NULL, Xmax = NULL, Knots = NULL,
Title = NULL, Vlines = NULL, Hlines = NULL, Cex.lab = NULL,
Cex.main = NULL, Cex.axis = NULL, Axes = TRUE, Add = FALSE,
Col = "black", PlotCI = TRUE, Smooth = FALSE, xLocation = 2)The built model
Name of the x variable in the dataset (column name)
Label on vertical (y) axis
Label on horizontal (x) axis
Limits of y axis
Limits of x axis
The min X of data to be predicted (if Smooth)
The max X of data to be predicted (if Smooth)
Locations of knots of the splines
Title of the plot
Where to plot vertical lines
Where to plot horizontal lines
Character expansion (aka "size of font") for the labels
Character expansion for main text
Character expansion for the axis text
Plot axes
Add to existing plot
Color of the plotted lines
Plot confidence intervals
Make the Xaxis values equidistant (and the curve smoother)
If smooth FALSE, the location of the x term in model$x[, xLocation]