Learn R Programming

genvar (version 0.0.2.0)

estimates_use: loads genvar estimates from file

Description

loads genvar estimates from file

Usage

estimates_use(file)

Arguments

file

file to load estimates from.

Value

returns NULL, invisibly

Examples

Run this code
# NOT RUN {
use(cars, clear=TRUE)
reg(speed,dist)
fp <- file.path(tempdir(), "myest.rdata")
estimates_save(fp)
clear()
estimates_use(fp)
estimates_get()
# }

Run the code above in your browser using DataLab