tabOR_lr: A desc_mod Function

View source: R/desc_mod.R

tabOR_lrR Documentation

A desc_mod Function

Description

Genera tabla resumen para modelos lineales,logisticos y cox

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.

xtab.type

Type of table to produce. Possible values for type are "latex" or "html". Default value is "latex".

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 Jan. 12, 2023, 4 a.m.