Learn R Programming

genvar (version 0.0.2.0)

estimates_save: save genvar estimates

Description

save genvar estimates

Usage

estimates_save(estfile)

Arguments

estfile

file to save current estimates to.

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