powered by
display estimation results
estimates_get(name = NULL)
name of estimates to be returned. If unspecified, return current estimates.
returns a table of the estimated coefficients and standard errors
# 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