Learn R Programming

simsem (version 0.2-8)

plotQtile: Build a scatterplot with overlaying line of quantiles of predicted values

Description

Build a scatterplot with overlaying line of quantiles of predicted values

Usage

plotQtile(x, y, df=0, qtile=NULL, ...)

Arguments

x
The values of the independent variable (e.g., a vector of sample size)
y
The values of the dependent variable
df
The degree of freedom in spline method
qtile
The quantile values used to plot a graph
...
Other arguments in the plot command

Value

  • None. This function will plot only.

Examples

Run this code
# No example

Run the code above in your browser using DataLab