Displaying 1 result from an estimated 1 matches for "stat540".
Did you mean:
stat500
2011 Sep 06
1
object.size() not recognized within .First()
...ny huge items to consider deleting? (Enter=none)\n")
g=eval(parse(text=readline()))
if (is.numeric(g)) { BIG(n=g)}
cat("\nOk. What .Rdata file and directory do you want to use?\n\n")
cat("0 = Default (C:/Users/geof/My Documents)\n")
cat("1 = ~geof/teach/stat540/2011/R\n")
cat("c = choose by browsing\n")
thechosen=readline()
if (thechosen=="1") {
load("c:\\users\\geof\\csu\\teach\\stat540\\2011\\R\\.RData",.GlobalEnv)
setwd("c:\\users\\geof\\csu\\teach\\stat540\\2011\\R") }
if (thechosen==&quo...