search for: seedtest

Displaying 1 result from an estimated 1 matches for "seedtest".

Did you mean: speedtest
2001 Oct 25
2
How to save boot objects?
...Version 1.3.1 (2001-08-31) ... > library(boot) > data(city) > ratio <- function(d, w) + sum(d$x * w)/sum(d$u * w) > boot.res<-boot(city, ratio, R=999, stype="w") > dump("boot.res","boot.res.R") > Save workspace image? [y/n/c]: n hans at poa:~/seedtest$ R R : Copyright 2001, The R Development Core Team Version 1.3.1 (2001-08-31)... > source("boot.res.R") Error in structure(list(t0 = 1.5203125, t = structure(c(1.24632352941176, : couldn't find function "boot" > When sourcing the boot object it seems that i...