Learn R Programming

pamm (version 0.5)

plot.EAMM: 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,\dots)

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
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

Value

    See Also

    EAMM, plot.PAMM, plot.SSF

    Examples

    Run this code
    ours=EAMM(numsim=10,group=10,repl=4,VI=seq(0.05,0.95,0.05),VS=c(0.05,0.1))
      plot(ours, "both")
      plot(ours, "VI",vi=0.4)
      plot(ours,"VS",vs=0.1)

    Run the code above in your browser using DataLab