search for: grapcon_generator

Displaying 7 results from an estimated 7 matches for "grapcon_generator".

2010 Jul 07
4
Gray level mosaic plot with shading_Friendly
Suppose we start with data("Titanic") mosaic(Titanic, shade = TRUE) How do I combine the dashed box contours of shading_Friendly to indicate negative residuals, with three levels of gray: dark for abs(Pearson Resid) > 4, lighter for 4 > abs(Pearson Resid) > 2, and lightest for bs(Pearson Resid) < 2 ? Thanks, Michael ______________________________________________
2013 Jul 04
2
Modificar una función de un paquete
Estimados miembros de la lista. Estoy trabajando con la función mosaic del paquete vcd. Cómo puedo hacer para ver el contenido fe la función y modificar algunos de sus argumentos? Muchas gracias, Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Universidad Nacional Apartado 1350-3000 Heredia COSTA RICA mspinola@una.ac.cr
2013 Jul 04
1
Modificar una función de un paquete
...gt; ## grid.points(0.5, 0.5, pch = 1, size = unit(zero_size, "char"), > ## name = paste(prefix, "circle:", mnames[i], sep = > "")) > ## } > ## } > ## } > ## } > ## class(struc_mosaic2) <- "grapcon_generator" > > struc_mosaic <- function(zero_size = 0.5, zero_split = FALSE, > zero_shade = TRUE, zero_gp = gpar(col = 0), > panel = NULL) > function(residuals, observed, expected = NULL, > spacing, gp, split_vertical, prefi...
2013 Jul 04
0
Modificar una función de un paquete
...uot;, mnames[i], sep = "")) ## grid.points(0.5, 0.5, pch = 1, size = unit(zero_size, "char"), ## name = paste(prefix, "circle:", mnames[i], sep = "")) ## } ## } ## } ## } ## class(struc_mosaic2) <- "grapcon_generator" struc_mosaic <- function(zero_size = 0.5, zero_split = FALSE, zero_shade = TRUE, zero_gp = gpar(col = 0), panel = NULL) function(residuals, observed, expected = NULL, spacing, gp, split_vertical, prefix = "") { d...
2013 Jul 06
0
Modificar una función de un paquete
....5, pch = 1, size = unit(zero_size, > "char"), > > ## name = paste(prefix, "circle:", mnames[i], sep = > > "")) > > ## } > > ## } > > ## } > > ## } > > ## class(struc_mosaic2) <- "grapcon_generator" > > > > struc_mosaic <- function(zero_size = 0.5, zero_split = FALSE, > > zero_shade = TRUE, zero_gp = gpar(col = 0), > > panel = NULL) > > function(residuals, observed, expected = NULL, > > spacing...
2012 Nov 14
3
ctree
Hello, I plotted a nice tree with "ctree" . It shows 3 nodes with the prediction of my 2 groups. (see picture) Unfortunately I need a larger scale to read the exact prediction of my groups to get the specificity and sensitivity. I tried to change the scale with "axis" but it didn't work, my guess because it's not a normal graph with x and y axis. Has someone an idea
2008 Aug 13
2
mob(party) formula question
I try tu use mob() with my data.frame ('data.frame': 288 obs. of 81 variables; factors, numerics and ordered factors) My response is a binary variable and I should use for modelling a logistic regression (family=binomial). I read in the "MOB" Vignette that I could use a formula like this if I would like to have only partitioning variables apart from the response.