Learn R Programming

indelmiss (version 1.0.10)

plotp: Plot estimates for the parameter that accounts for possible missing data

Description

Plotting command for use on an object of class "indelmiss".

Usage

plotp(x, model, ci = TRUE, cil = 95, ...)

Value

Plot estimates for the parameter that accounts for possible missing data. Called by plot.indelmiss.

Arguments

x

An object of class "indelmiss".

model

One of "M2" or "M4".

ci

TRUE plots confidence intervals around the estimates.

cil

Confidence interval level.

...

Any further commands to plot.

Author

Utkarsh J. Dang and G. Brian Golding

utkarshdang@cunet.carleton.ca

See Also

See also plot.indelmiss.

Examples

Run this code
indel <- indelrates(datasource = "simulation", seed = 1, taxa = 5,
             mu = 1, nu = 5, phyl = 5000,  pmiss = 0, toi = 1, 
             bgtype="ancestornodes", bg = c(7, 9), 
             zerocorrection = TRUE, rootprob = "stationary", 
             modelnames = c("M1", "M2", "M3", "M4"),
             optmethod = "nlminb")
print(indel)
plotp(indel, model="M4") 

Run the code above in your browser using DataLab