R: Plotting (Log) Odds Ratios | 您所在的位置:網(wǎng)站首頁(yè) › 屬狗五月出生命運(yùn)如何女 › R: Plotting (Log) Odds Ratios |
plot.loddsratio {vcd}R Documentation
Plotting (Log) Odds Ratios
Description
Produces a (conditional) line plot of extended (log) odds ratios. Usage ## S3 method for class 'loddsratio' plot(x, baseline = TRUE, gp_baseline = gpar(lty = 2), lines = TRUE, lwd_lines = 3, confidence = TRUE, conf_level = 0.95, lwd_confidence = 2, whiskers = 0, transpose = FALSE, col = NULL, cex = 0.8, pch = NULL, bars = NULL, gp_bars = gpar(fill = "lightgray", alpha = 0.5), bar_width = unit(0.05, "npc"), legend = TRUE, legend_pos = "topright", legend_inset = c(0, 0), legend_vgap = unit(0.5, "lines"), gp_legend_frame = gpar(lwd = 1, col = "black"), gp_legend_title = gpar(fontface = "bold"), gp_legend = gpar(), legend_lwd = 1, legend_size = 1, xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL, main = NULL, gp_main = gpar(fontsize = 12, fontface = "bold"), newpage = TRUE, pop = FALSE, return_grob = FALSE, add = FALSE, prefix = "", ...) ## S3 method for class 'loddsratio' lines(x, legend = FALSE, confidence = FALSE, cex = 0, ...) Arguments xan object of class loddsratio. baselineif TRUE, a dashed line is plotted at a value of 1 (in case of odds) or 0 (in case of log-odds). gp_baselineobject of class "gpar" used for the baseline. linesif TRUE, the points are connected by lines (only sensible if the variable represented by the x-axis is ordinal). lwd_linesWidth of the connecting lines (in char units). confidencelogical; shall confindence intervals be plotted? conf_levelconfidence level used for confidence intervals. lwd_confidenceLine width of the confidence interval bars (in char units). whiskerswidth of the confidence interval whiskers. transposeif TRUE, the plot is transposed. colcharacter vector specifying the colors of the fitted lines, by default chosen with rainbow_hcl. cexsize of the plot symbols (in lines). pchcharacter or numeric vector of symbols used for plotting the (possibly conditioned) observed values, recycled as needed. barslogical; shall bars be plotted additionally to the points? Defaults to TRUE in case of only one conditioning variable. gp_barsobject of class "gpar" used for the bars. bar_widthWidth of the bars, if drawn. legendlogical; if TRUE (default), a legend is drawn. legend_posnumeric vector of length 2, specifying x and y coordinates of the legend, or a character string (e.g., "topleft", "center" etc.). Defaults to "topleft" if the fitted curve's slope is positive, and "topright" else. legend_insetnumeric vector or length 2 specifying the inset from the legend's x and y coordinates in npc units. legend_vgapvertical space between the legend's line entries. gp_legend_frameobject of class "gpar" used for the legend frame. gp_legend_titleobject of class "gpar" used for the legend title. gp_legendobject of class "gpar" used for the legend defaults. legend_lwdline width used in the legend for the different groups. legend_sizesize used for the group symbols (in char units). xlablabel for the x-axis. Defaults to "Strata" if transpose is FALSE. ylablabel for the y-axis. Defaults to "Strata" if transpose is TRUE. xlimx-axis limits. Ignored if transpose is FALSE. ylimy-axis limits. Ignored if transpose is TRUE. mainuser-specified main title. gp_mainobject of class "gpar" used for the main title. newpagelogical; if TRUE, the plot is drawn on a new page. poplogical; if TRUE, all newly generated viewports are popped after plotting. return_groblogical. Should a snapshot of the display be returned as a grid grob? addlogical; should the plot added to an existing log odds ratio plot? prefixcharacter string used as prefix for the viewport name. ...other graphics parameters (see par). DetailsThe function basically produces conditioned line plots of the (log) odds ratios structure provided in x. The lines method can be used to overlay different plots (for example, observed and expected values). cotabplot can be used for stratified analyses (see examples). Valueif return_grob is TRUE, a grob object corresponding to the plot. NULL (invisibly) else. Author(s)David Meyer [email protected] ReferencesM. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC. See Alsoloddsratio Examples ## 2 x 2 x k cases data(CoalMiners, package = "vcd") lor_CM |
CopyRight 2018-2019 實(shí)驗(yàn)室設(shè)備網(wǎng) 版權(quán)所有 |