search for: blims

Displaying 4 results from an estimated 4 matches for "blims".

Did you mean: lims
2004 Jan 20
1
Re: Need help on how to list functions from a loaded package...
To All How does one get a list of functions from a loaded package so that one can then get the appropriate help for each of the functions. Currently my method is based on a lot of trial-and-error. Here's an example of what I mean... >From this forum I learn that an interesting package called "multtest" exists on Bioconductor. I then use R Console's "Packages" --
2014 Jan 16
1
samba linux share vs AD
.... If I give the good credentials , good user & pass I get nothing in log and windows just asks me to fill in my user & pass again, but no log whatsoever ! . Trying to add an AD group to my /share gives me no such group . Would anyone have an example of howto add my INTRANET+GRP_BLIMS_RDS_USERS to /share (I remounted my filesystem with acl options) Some info about my system : ------------------------------------ . Running Redhat 6.5 (updated) . Installed packages : winbind, samba, acl, Kerberos workstation (I remounted my filesystem share with acl )...
2004 Jan 20
0
Re: Need help on how to list functions from a loaded pack age...
You can get help on the whole package by > help(package="multtest") which is likely pretty close to what you want. There's the index etc for the package on the web as well. You can also just look in the package's installation directory. If it's loaded you can do an ls(2) say if it loaded in position 2, to get all objects in the package. Reid -----Original Message-----
2006 Nov 18
1
Why SAM has totally diffent results in R2.1.1 and R2.4.0
Hi, I am using SAM (from siggenes_1.2.11 package) method to select genes from a microarray data set. After installing the latest R2.4.0 on my computer, to my surprise the results are totally different from that calculated using R2.1.1. Even the example code doesn't work the same way under these two versions of R. Does anybody know what is going on? Thanks for any suggestions.