tabOR_lr: A desc_mod Function

View source: R/desc_mod.R

tabOR_lrR Documentation

A desc_mod Function

Description

Resume y formatea modelos logísticos, lineales, de supervivencia, coxph, binomial negativa y clogit, tanto univariados como multivariados.

Usage

tabOR_lr(...)

Arguments

mod

a fitted object of class inheriting from "glm", "clogit","cox" or "lm".

xtab

TRUE o FALSE, para obtener tabla en formato .tex

title

if xtab = T, Character vector containing the table's caption or title.

label

Character vector of length 1 containing the LaTeX label. Default value is NULL.

show.intcp

TRUE o FALSE, indica si se muestra o no el intercept del modelo. En ambos casos el modelo se ha calcula con intercept. Default value is "FALSE".

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".

show.pretty

TRUE o FALSE muestra las 'labels' de las variables. Solo funciona para lm y glm . Default value is "FALSE".

group_rw

TRUE o FALSE agrupa las filas por variables. Default value is "FALSE".

row.names

TRUE or FALSE. Show or not rownames

digits

numeric vector specifying the number of digits to display


miriamMota/mmotaF documentation built on June 15, 2025, 11:35 a.m.