Description Usage Arguments Details Value Author(s) References See Also Examples
This utility function provides basic plots by Cedric.
1 2 3 4 5 6 7 8 9 10 | plotPTraces(pMat, ...)
plotExpectedPhiTrace(phiMat, ...)
plotCUB(reu13.df.obs, bMat = NULL, bVec = NULL, phi.bin,
n.use.samples = 2000, main = "CUB", model.label = c("True Model"),
model.lty = 1, weightedCenters = TRUE)
plotTraces(bMat, names.aa, param = c("logmu", "deltaeta", "deltat"),
main = "AA parameter trace")
|
reu13.df.obs |
under development |
bVec |
a parameter vector |
phi.bin |
phi values to bin for comparison |
n.use.samples |
under development |
main |
Main name for plotTraces |
model.label |
Name of model |
model.lty |
line type for model |
weightedCenters |
if centers are weighted. |
names.aa |
List of amino acids used for estimation |
param |
select to plot parameter trace for either log(mu) values or delta t |
phiMat |
phi matrix from the output of "cubmultichain", "cubsinglechain", "cubfits", "cubappr", or "cubpred" |
bMat |
b matrix from the output of "cubmultichain", "cubsinglechain", "cubfits", "cubappr", or "cubpred" |
pMat |
p matrix from the output of "cubmultichain", "cubsinglechain", "cubfits", "cubappr", or "cubpred" |
... |
other ploting options |
under development
under development
Cedric Landerer cedric.landerer@gmail.com.
https://github.com/clandere/cubfits/
plot
1 2 3 4 5 | ## Not run:
suppressMessages(library(cubfits, quietly = TRUE))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.