estimates_get: display estimation results

Description Usage Arguments Value Examples

Description

display estimation results

Usage

1

Arguments

name

name of estimates to be returned. If unspecified, return current estimates.

Value

returns a table of the estimated coefficients and standard errors

Examples

1
2
3
4
5
6
7
use(cars, clear=TRUE)
reg(speed,dist)
estimates_store("speed_dist")
reg(dist,speed)
estimates_store("dist_speed")
estimates_get("speed_dist")
estimates_get("dist_speed")

genvar documentation built on Jan. 21, 2020, 9:07 a.m.