a couple more options:
> ls("package:glmnet")
[1] "coef.glmnet" "glmnet" "jerr"
"nonzeroCoef" "plot.glmnet"
[6] "plotCoef""predict.elnet" "predict.glmnet"
"predict.lognet" "predict.multnet"
[11] "print.glmnet"
> # or
> ls(pos = 2)
[1] "coef.glmnet" "glmnet"
Steve Lianoglou wrote:
On Jul 28, 2009, at 4:16 PM, voidobscura wrote:
Hi, I run R on a server via SSH, over a terminal. After loading a
specific
package, how do I know what functions are in that package? Is there
any way
to list or display them?
Here's one way. Let's say I load the "g
Hi,
You can use help to view the available help files with the package.
E.g. for survival package
help(package=survival)
Cheers,
Paul
voidobscura wrote:
> Hi, I run R on a server via SSH, over a terminal. After loading a specific
> package, how do I know what functions are in that package? I
Hi,
On Jul 28, 2009, at 4:16 PM, voidobscura wrote:
Hi, I run R on a server via SSH, over a terminal. After loading a
specific
package, how do I know what functions are in that package? Is there
any way
to list or display them?
Here's one way. Let's say I load the "glmnet" package, a
Hi, I run R on a server via SSH, over a terminal. After loading a specific
package, how do I know what functions are in that package? Is there any way
to list or display them?
tia.
--
View this message in context:
http://www.nabble.com/Check-functions-in-package-tp24707084p24707084.html
Sent
5 matches
Mail list logo