[R] R Tools Security Posture

2023-05-17 Thread MAJID, Ayesha (NHS ENGLAND - X26) via R-help
there a contact for security issues? * Has a vulnerability disclosure program? * Is there a bug bounty program? * Does R require third party authorization/connections? Thank you Regards Ayesha Majid Cyber Security Advisor | Cyber Operations Transformation Directorate NHS England Mobile

[R] dimnames(x) <- dn error

2010-06-24 Thread Ayesha Khan
, rownames(distF) <- paste("A",dim(distF)[1]) it gives the following error; Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent What am I doing wrong? Any help is most appreciated -- Ayesha Khan MS Bioengineering Dept. o

Re: [R] clustering in R

2010-05-28 Thread Ayesha Khan
10B 1.0150 1.0397 0.9754 1.0292 0.9769 1.0229 1.0084 0.9832 1.0278 1.0475 2. On Fri, May 28, 2010 at 3:39 PM, Ayesha Khan wrote: > v <- dput(x,"sampledata.txt") > dim(v) > q <- v[1:10,1:10] > f =as.matrix(dist(t(q))) > > distB=NULL > for(k in 1:(nrow(f)-1)) f

Re: [R] clustering in R

2010-05-28 Thread Ayesha Khan
"cuz i dont know how looking at the original data set would help becuase the matrix under consdieration right now is the distance matrix and how it can be altered. I have tried as.dist, doesnt work because my matrix as i mentioned eralier is not a square matrix. On Fri, May 28, 2010 at 2:3

Re: [R] clustering in R

2010-05-28 Thread Ayesha Khan
t; f = dist(t(q)) > hclust(f,method="single") > > it's as simple as that. > Cheers > Joris > > > On Fri, May 28, 2010 at 10:39 PM, Ayesha Khan > wrote: > >> v <- dput(x,"sampledata.txt") >> dim(v) >> q <- v[1:10,1:10] >>

Re: [R] clustering in R

2010-05-28 Thread Ayesha Khan
matrix(1:4,ncol=2) > > A > [,1] [,2] > [1,]13 > [2,]24 > > hclust(A,method="single") > > Error in if (n < 2) stop("must have n >= 2 objects to cluster") : > argument is of length zero > > Did you actually put in a di

[R] clustering in R

2010-05-27 Thread Ayesha Khan
d of clustering without getting into all the looping and ifelse etc. Basically, if 402 is close to 675,696,and699 and thus fall in cluster A then all items close to 675,696,and 699 should also fall into the same cluster A following a friends of friedns strategy. Any help would be highly appreciated.

[R] error : subscript out of bounds

2010-05-25 Thread Ayesha Khan
ds I checked for k in 1:100 and it runs fine; its a huge matrix and takes atleast an hour to run before I get the results so I dont wanna run the whole thing again and get the same error. Please help! -- Ayesha Khan MS Bioengineering Dept. of Bioengineering Rice University, TX [[alternative

Re: [R] Overlap of leaf labels

2010-05-20 Thread Ayesha Jadoon
Hi Sorry to be honest, i hit reply before i realised! Thanks a bunch! It worked! I can visualise the labels! Ayesha Jadoon PhD student PSD, FWB Kings college London SE1 9NH UK On Thu, May 20, 2010 at 2:38 PM, David Winsemius wrote: > I got an offlist response saying my advice was not corr

[R] Overlap of leaf labels

2010-05-20 Thread Ayesha Jadoon
ion plot(object). My question is : In the function "plot", can one decrease the leaf label size to make them readable and clear? I am including over 380 proteins in my dendrogram and each leaf has a label which are currently overlapping and not decipherable? Thanks Ayesha

Re: [R] random permuted block randomization

2010-01-28 Thread Ayesha
oki :D and do you know if there is an inbuilt R pacakage that calculate moving averages over time? i found this , "Calculate various moving averages (MA) of a series." Usage SMA(x, n=10) EMA(x, n=10, wilder=FALSE) but when i tried SMA , R wouldnt recognize it! and there isnt such a packa

Re: [R] random permuted block randomization

2010-01-28 Thread Ayesha
I have tried blockrand but it works in a way that it keeps altering the block size.. like it alternates between 8,6,12. I want a constant block size of 8 :( -- View this message in context: http://n4.nabble.com/random-permuted-block-randomization-tp1401407p1401496.html Sent from the R help maili

[R] random permuted block randomization

2010-01-28 Thread Ayesha Khan
not > sample(c(1,1,1,1,2,2,2,2),8) Any ideas please? -- Ayesha Khan MS Bioinformatics Dept. of Bioengineering Rice University, TX [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listi

[R] (no subject)

2009-12-17 Thread Jadoon, Ayesha
finds what it is looking for in the left hand column, it will simply replace it with what is in the right hand column (the protein name/label) under the attribute ("label")... Please help! Thanks! Ayesha __ R-help@r-project.org mailing

[R] "unexpected symbol" error?

2008-08-25 Thread Ayesha Gray
> 0708smolts <- read.csv("C:\Documents and Settings\ayesha\My Documents\USFWS\Caswell_RST\2008Report\L_Wreg\0708smolts_2.csv", header=T, sep=",") Error: unexpected symbol in "0708smolts" This email has been processed by SmoothZap - www.smoothwall.net __