glm.uni | R Documentation |
Genera tabla con los coeficientes OR , intervalos de confianza y p-valores de un modelo de regresión logística
glm.uni(
y,
var2test,
var2match = NULL,
data,
size = 8.5,
caption = NULL,
show.n = TRUE,
show.aov.pval = FALSE,
group = TRUE,
nround = 3
)
y |
response variable. Variable factor con 2 categorias |
var2test |
nombre de las variables a testar mediante regresión logítica |
size |
A numeric input for table font size |
caption |
Character vector containing the table's caption or title. Default value is "Univariate logistic regression" |
show.n |
TRUE o FALSE muestra el total de individuos usados para el ajuste del modelo. Default value is "TRUE". |
show.aov.pval |
TRUE o FALSE muestra el p-valor del modelo global. Default value is "TRUE". |
group |
TRUE o FALSE mostrar variables agrupadas en la tabla |
# resglm <- glm.uni(y = "am",
# var2test = c("mpg","cyl","disp","hp","drat","wt","qsec","vs" ) ,
# data = mtc_bis, size = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.