Learn R Programming

simsem (version 0.2-8)

plot3DQtile: Build a persepctive plot or contour plot of a quantile of predicted values

Description

Build a persepctive plot or contour plot of a quantile of predicted values

Usage

plot3DQtile(x, y, z, df=0, qtile=0.5, useContour=TRUE, xlab=NULL, 
	ylab=NULL, zlab=NULL, main=NULL)

Arguments

x
The values of the first variable (e.g., a vector of sample size)
y
The values of the second variable (e.g., a vector of percent missing)
z
The values of the dependent variable
df
The degree of freedom in spline method
qtile
The quantile values used to plot a graph
useContour
If TRUE, use contour plot. If FALSE, use perspective plot.
xlab
The labels of x-axis
ylab
The labels of y-axis
zlab
The labels of z-axis
main
The title of the graph

Value

  • None. This function will plot only.

Examples

Run this code
# No example

Run the code above in your browser using DataLab