plot.fixed | R Documentation |
Plotting estimates, standard deviations and p-values of fixed effects.
plot.fixed(res, threshold = 0.05, main = " ", col.pts = "black", gap = 0,
show.all.vars = FALSE, show.pvalues = TRUE,
cex.main = 0.9, xlim = NULL, cex.axis = 0.8, cex.var = 0.8, cex.pts = 1,
pch.pts = 20, type = "p", lwd = 1, lty = 1, line = 0,
add = FALSE)
res |
A matrix of the estimates, standard deviations and p-values of fixed effects for the response or variable. |
threshold |
a p-value to determine variables to be shown: variables with p-value < |
col.pts |
color of points and segments, default is black. It can be a vector with two elements, which will use specified colors for different
variables determined by the augument |
gap |
a value for the distance between two flanking significant variables. |
main , cex.main , xlim , type , lwd , lty , line |
These arguments are the same as in |
show.all.vars |
logical. If |
show.pvalues |
logical. If |
cex.var |
the fontsize of the varible names, default = |
cex.pts |
the size of points, default = |
pch.pts |
symbol of points, default is solid dot. |
add |
logical. if |
This function plots the estimates of coefficients, intervals and p-values for a response or variable. It uses different colors to distinguish between significant and insignificant variables based on a threshold.
Nengjun Yi, nyi@uab.edu
plot
, par
see examples in mms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.