由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 为什么有些函数在我的R中无法执行呢?
相关主题
在R里install一个package,但不能用,是为啥?How to search all data files in a folder?
R-package初级问题Error in x11() : X11 module cannot be loaded
R qcc package关于R 的 data 函数
紧急请教各位大牛一个关于R的问题R 再请教
请问logit model中为什么没有error项?R 里面怎样查源代码?
问统计大侠们一个有趣的数学问题问一个关于写R Package的问题
请教matlab non-linear optimization的问题R问题
{包子请教} 如何决定用什么样的link function?R同名函数问题
相关话题的讨论汇总
话题: logit话题: packages话题: bptest话题: function话题: package
进入Statistics版参与讨论
1 (共1页)
R*******c
发帖数: 249
1
比如logit(), bptest(),运行时比如:
> logit(0.5)
Error: could not find function "logit"
应该不是版本低的问题啊,我的R 是两个月前才下的,到底是怎么回事呢?
谢谢
hs
发帖数: 1549
2
library(boot)

【在 R*******c 的大作中提到】
: 比如logit(), bptest(),运行时比如:
: > logit(0.5)
: Error: could not find function "logit"
: 应该不是版本低的问题啊,我的R 是两个月前才下的,到底是怎么回事呢?
: 谢谢

R*******c
发帖数: 249
3
谢谢啊,但是只解决了logit的问题,bptest还是没用
还有这个命令是什么意思呢?

【在 hs 的大作中提到】
: library(boot)
X*********e
发帖数: 253
4
what is bptest for

【在 R*******c 的大作中提到】
: 谢谢啊,但是只解决了logit的问题,bptest还是没用
: 还有这个命令是什么意思呢?

t*****9
发帖数: 19
5
Hi, generally, all functions are in the so called "packages", where the most
common are included in R base packages.
1) check which package contains the function you want, for example by
searching in google or http://search.r-project.org/nmz.html
2) install the package you need from the R tool bar windows (say, packages -
-> install packages --> etc)
3) require(the package that contains the function you need)
Hope this helps.
R*******c
发帖数: 249
6
It is really helpful
Thanks very much!

most
-

【在 t*****9 的大作中提到】
: Hi, generally, all functions are in the so called "packages", where the most
: common are included in R base packages.
: 1) check which package contains the function you want, for example by
: searching in google or http://search.r-project.org/nmz.html
: 2) install the package you need from the R tool bar windows (say, packages -
: -> install packages --> etc)
: 3) require(the package that contains the function you need)
: Hope this helps.

1 (共1页)
进入Statistics版参与讨论
相关主题
R同名函数问题请问logit model中为什么没有error项?
请教一个R的问题问统计大侠们一个有趣的数学问题
再一次请教apply function 在R中的应用请教matlab non-linear optimization的问题
求助,如何安装SAS IML,有包子。{包子请教} 如何决定用什么样的link function?
在R里install一个package,但不能用,是为啥?How to search all data files in a folder?
R-package初级问题Error in x11() : X11 module cannot be loaded
R qcc package关于R 的 data 函数
紧急请教各位大牛一个关于R的问题R 再请教
相关话题的讨论汇总
话题: logit话题: packages话题: bptest话题: function话题: package