Learn R Programming

genvar (version 0.0.2.0)

estimates_get: display estimation results

Description

display estimation results

Usage

estimates_get(name = NULL)

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

Run this code
# NOT RUN {
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")
# }

Run the code above in your browser using DataLab