qqGamma: Plot QQ Gamma distribution

View source: R/qqGamma.r

qqGammaR Documentation

Plot QQ Gamma distribution

Description

Plot qq-plot for gamma distributed variable

Usage

qqGamma(
  x,
  ylab = deparse(substitute(x)),
  xlab = "Theoretical Quantiles",
  main = "Gamma Distribution QQ Plot",
  ...
)

Arguments

x

numeric vector suspected to be Gamma distributed

ylab

y label

xlab

x label

main

main title of the plot

...

passed to qqplot

Value

character vector with the NONMEM output. Each element i the vector represents a line in the NONMEM output file

Examples

qqGamma(rgamma(100,shape = 0.1,scale = 0.2))


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.