statify: statify regression object

View source: R/output.R

statifyR Documentation

statify regression object

Description

"Statify" regression output

Usage

  statify(x,
    vcov. = c("HC1", "const", "HC", "HC0", "HC2", "HC3", "HC4", "HC4m", "HC5", "HAC"),
    full = TRUE, mask, df = NULL, ...)

Arguments

x

a suitable object

vcov.

the variance to be used

full

if full output is needed

mask

coefficient to be exluded

df

degrees of freedom for the p-values

...

Details

Given a regression object out a stata-like table of results.

Value

Output

Author(s)

Giuseppe M. Ragusa


gragusa/grpack documentation built on July 6, 2023, 12:07 a.m.