Design Plot Dialog Function

DESCRIPTION:

This function is used by the Design Plot dialog.

USAGE:

menuPlotDesign(data, dependent=NULL, independent=NULL, subset=NULL,  
     na.rm=T, fun=mean) 

REQUIRED ARGUMENTS:

data
data set of interest.
dependent
dependent variable of interest.
independent
independent variables of interest.

OPTIONAL ARGUMENTS:

subset
subset expression for rows.
na.rm
logical indicating whether to omit rows with missing values.
fun
univariate function of dependent variable to use in plot. Typical choices include mean, median, and var.

SEE ALSO: