powered by
genvar
loads genvar estimates from file
estimates_use(file)
file to load estimates from.
returns NULL, invisibly
# 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