plot.EAMM {pamm}R Documentation

GRAPHIC OUTPUT OF THE EAMM FUNCTION

Description

provide graphic interpretation of the simulation results

Usage

## S3 method for class 'EAMM':
plot(x, graphtype = "both", vi, vs,...)

Arguments

x an EAMM object
graphtype "VI", "VS","both" or "both.dyn" "VI" give graphs with varying variance component of intercept and with a fixed variance component for slope (should be specified in vs) "VS" give graphs with varying variance component for slope and with a fixed variance component of intercept (should be specified in vi) "both" 3-D plot using lattice package "both.dyn" 3D plot using rgl package
vi VI for which plots the output (necessary for "VS" type of graph)
vs VS for which plots the output (necessary for "VI" type of graph)
... potentially further arguments to pass to methods

Author(s)

Julien Martin

See Also

EAMM,plot.PAMM,plot.SSF

Examples

## Not run:
#  ours=EAMM(numsim=10,group=100,repl=4,VI=seq(0.5,0.9,0.2),VS=c(0.05,0.1))
#  plot(ours, "both")
#  plot(ours, "VI",vi=0.4)
#  plot(ours,"VS",vs=0.1) 
## End(Not run) 

[Package pamm version 0.2 Index]