qqnormGOF: QQ-norm GOF

View source: R/04_GOFs.R

qqnormGOFR Documentation

QQ-norm GOF

Description

QQ-norm GOF qqnorm plots with reference line and caption added as reurned by get.caption

Usage

qqnormGOF(data, x, title = "", color = "", fx = NULL,
  refline = TRUE, control = GOF.control())

Arguments

data

data.frame to plot

x

character string with name of column for x

title

title

color

data columns to set different colors in plot, interpreted as factor

fx

function for transformation of x before plotting

refline

add reference line (default =TRUE) or not (FALSE)

control

an optional list of control settings. See GOF.control for the names of the settable control values and their effect.

Examples

dd<-data.frame(CWRES=rnorm(100))
qqnormGOF(dd,"CWRES")

nonmem2R documentation built on April 15, 2022, 1:05 a.m.