logreg: logreg

View source: R/logreg.R

logregR Documentation

logreg

Description

logreg Do a logistic regression using submitted model . #'

Usage

logreg(outvar, expvar, data, full = TRUE, quietly = FALSE)

Arguments

outvar

As numbers, factors or text. Represent the outcome

expvar

As character : model to be tested as var1 + var2 + var3

data

The dataframe containg vars

full

For full output

quietly

If TRUE, supress direct output

Value

An array containing resulting summary #' @examples logreg()

Author(s)

Gilles Desve

References

Based on: Epi6 and Stata functionnality, available at https://github.com/.


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.