老师好,在极值那一章中,我用R跟着老师做了一遍是没有任何问题的,但是用S-plus做的时候却出了问题,首先我打入 ?hill命令,没有跳出帮助文档,却出现了以下提示:
No documentation for topic "hill"
后来我跟着老师做以下程序:
> da=read.table(file="d-ibmln98.dat")
又出现了这样的提示:
Problem in count.fields(file = file, sep = sep, ski..: Couldn't open file "d-ibmln98.dat" for "r" (read
): No such file or directory
Use traceback() to see the call stack
我不知道为什么,请教老师!