Displaying 20 results from an estimated 25 matches for "pamrs".
Did you mean:
pairs
2006 Apr 27
0
pamr package: pamr.adaptthresh() error rates
Hi,
I was working on a classification problem using the pamr package. I used the pamr.adaptthresh() function to find the optimal accuracy of the classifier. I must not be doing it right, since it doesn't return the threshold values for optimum classification.
For example,if I run it on a dataset, I get the following result using pamr.adaptthresh():
predicted
true (1)
2006 Apr 27
0
package pamr: pamr.adaptthresh() error rates
Hi, I was working on a classification problem using the pamr package. I used the pamr.adaptthresh() function to find the optimal accuracy of the classifier. I must not be doing it right, since it doesn't return the threshold values for optimum classification. For example,if I run it on a dataset, I get the following result using pamr.adaptthresh(): predicted true
2006 Apr 27
0
package pamr: pamr.adapthresh() ---- Take 2!
Hi,
Sorry about the earlier formatting errors...
I was working on a classification problem using the pamr package. I used the pamr.adaptthresh() function to find the optimal accuracy of the classifier. I must not be doing it right, since it doesn't return the threshold values for optimum classification.
For example,if I run it on a dataset, I get the following result using
2006 Apr 27
1
scope of variable/object ?
Hi,
I must be missing something here...Essentially, a short piece of code works if it's standalone, but doesn't work if it's divided into two functions.
The code that works is:
################### WORKS ###############
library(pamr)
set.seed(120)
x <- matrix(rnorm(1000*20),ncol=20)
y <- sample(c(1:4),size=20,replace=TRUE)
mydata <- list(x=x,y=y)
2008 Apr 01
0
PAMR package question: How to plot Estimated probabilities for the training data and test data
Hi,
I have tried some time trying to figure out how to use pamr to plot multiclass
Estimated probabilities for the training data and test data?
Specifically, how to recreate the PAMR publication on PNAS with
Tibshrani et al. The publication is as attached. The plot I want to
do is Figure 5.
I have downloaded the pamr package and the function which gives
similar plot is pamr.plotcvprob
2007 Dec 07
1
low level plotting question on R
Dear List,
I am trying to modify the xlab and ylab for a current figure that was
plotted by a package, I searched through the low level plotting command and
they do not seem to contain how to do this (the only way is to use xlab,
ylab as arguments in "plot" command, which I can not do since the plot is
plotted using some other package, not by my own script). Is there any
command for
Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr
2014 Aug 08
2
Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr
Dear maintainers and R-devel,
Several orphaned CRAN packages are about to be archived due to
outstanding QC problems, but have CRAN and BioC packages depending on
them which would be broken by the archival (and hence need archiving
alongside).
Therefore we are looking for new maintainers taking over maintainership
for one or more of the following packages:
R2HTML SemiPar cghseg hexbin lgtdl
2005 Jun 01
0
determine the shrinkage threshold in PAMR?
1. According to the doc of PAMR, the shrinkage
threshold is determined by cross-validation. Does this
mean that user need not tune any parameter?
2. I tried two applications using PAMR, the results
are very disappointing. The attached are the
cross-validation results. You can see that the
classification errors are relatively high (0.2 at the
best), in the case of two categories classification,
2003 Feb 28
1
Concerning the clustering tree
Dear Stuff,
I am trying to enjoy "PAM", but I could not recognize which sample is in
which branches in the clustering tree because of too many samples and size
limitation for my monitor.
I mean, I did unsupervised clustering with "PAM" (
data2$newy<-pamr.makeclasses(data2) ) with 275 primary samples,
but samples were piled up at the point of each branch, so I cannot
2006 Jan 19
0
obtaining ROC curve from Nearest Shrunken Centroids (pamr)
Hello,
I have binary labels from a nearest shrunken centroids prediction
(package pamr). I need to obtain a ROC curve for this test. What is the
easiest way to obtain one?
Paolo Sonego
2014 Oct 07
1
S4 Method Dispatch for Class Defined as Attribute
Hello,
I am writing an interface to some functions from the CRAN package pamr, which is poorly written.
I have a S4 method I declared with setMethod. I'd like to provide a signature of "pamrtrained" which is the class of object that training creates. The last two lines of code of pamr.train are :
class(junk) = "pamrtrained"
junk
How can I dispatch on these kinds
2005 Nov 11
3
R on Windows XP x64
Hi,
I am running R 2.2.0 on the Windows XP x64. The mechanism of error hanlder
seems different. It will take a very long time to pop up a error message
diaglog box, even when some simple errors happen such as "Syntax error" or
"object xxxx not found". Does anybody have the similar experience? Thanks
a lot.
BTW: everything works fine under 32-bit Windows XP, error messages
2008 Dec 15
3
install.packages and dependency version checking
I've started to implement checks for package versions on dependencies in
install.packages(). However, this is revealing a number of
problems/misconceptions.
(A) We do not check versions when loading namespaces, ahd the namespace
registry does not contain version information. So that for example
(rtracklayer)
Depends: R (>= 2.7.0), Biobase, methods, RCurl
Imports: XML (>=
2012 Nov 19
2
Classification methods - which one?
Dear all,
i searched for some classification methods and I have no glue if i took the right once.
My problem: I have a matrix with 17000 rows and 33 colums (genes and patients). The patients are grouped into 3 diseases.
No I want to classify the patients and for sure i want to know which rows are more helpful for the classification than others.
I tried SVM and random forest. Do you think this
2004 Feb 13
3
Re: Re: Find Closest 5 Cases?
Art (and group),
I'm doing this as a form of missing value analysis. Approximately 30% of the cases are missing data for one variable. To impute values for those cases, I'd like to match those cases that are missing the variable to all other cases and then take an average of those to infill.
I realize there are many methods for imputing data. I'm not well versed on any in
2007 Mar 27
0
Random divisions
I am working with microarray analysis and was using PAM with excel interface. Is there a way to do random divisions for the training set in excel?
I also tried PAM in R with the pamr menu. How can I do the random divisions in R?
Then I tried to reproduce "classification with gene expression data", which is chapter 24 from the book "bioinformatics and computational biology
2012 Aug 01
0
Questions regarding MCRestimate package
Hello,
I'm currently using MCRestimate package and I have a question regarding
the MCRestimate function.
Here is my code:
NestedCV.rf<-MCRestimate(eset, "Class", classificatin.fun="RF.wrap",
variableSel.fun="varSel.highest.var", poss.parameters=
list(var.numbers=c(100), mtry=c(10,50),
cross.outer=10,cross.inner=10,cross.repeat=3)
I'm pretty sure that I
2012 Nov 15
0
SVM? Comparison method wanted: 3 Groups, Microarray data
Dear all,
i have microarray data of 3 classes of patients. It's not a time course experiment only steady state.
I used a rule-based method to classify the groups by the expression of the genes. This works out so far. Nevertheless I want to check my results with an other method. Therefore I look for one and want to ask you, what you suggest.
I have 3 different patient groups, only the steady
2009 Apr 20
1
Strange behaivour with extended characters
...or when mail is an answer to another,
extended characters are not well displayed. In some tests we have done, I
found more or less the same is happening when using squirrelmail. The
funny thing is that the problem dos not appear when using Evolution or
Outlook (the MS Office component). I move some pamrs in dovecot.conf and
get some results (before moving them, the problem extended to
attachements), but still remains as described.
Somebody has seen such a behaivour and solved it? I was thinking to change
dovecot for another agent, but will be happier using dovecot. Any
suggestion?
Thanks in advic...
2004 May 17
0
Bioconductor 1.4 released
Greetings!
The Bioconductor core group would like to announce the 5th release of
Bioconductor, version 1.4. There are many new packages as well as
several major upgrades and fixes in older packages, and users are
encouraged to upgrade existing tools and check out the new packages.
Release 1.4 is intended to be operated with R version 1.9.x, which can
be obtained at CRAN