R/qqnorm2t.R

Defines functions qqnorm2t

Documented in qqnorm2t

qqnorm2t <- function(y, x, z=NULL, data., plot.it=TRUE, datax=TRUE, 
        outnames=NULL, pch=NULL, col=c(1:4, 6), legend.=NULL, ...){
#
  dat2 <- split(data., data.[x])
  if(is.null(outnames))outnames <- names(dat2)
#
  qqnorm2s(y, z, dat2, plot.it, datax, outnames, pch, col, legend., ...)
}

Try the Ecfun package in your browser

Any scripts or data that you put into this service are public.

Ecfun documentation built on Oct. 10, 2022, 1:06 a.m.