search for: diagnol

Displaying 5 results from an estimated 5 matches for "diagnol".

Did you mean: diagnl
2007 Aug 07
1
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
...2,Y3 is given as: > EDant <- read.table("C:/ant.txt",sep="\t") > ED1 <- as.matrix(EDant) > X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values I am attaching couple of matrices for your reference. ANT.txt is X1 after deleting the diagnol values, similarly,ANTEXP.TXT is Y1, apetella.txt is X2 and apetellaexp.txt is Y2 I tried reading R-manual and other sources but have'nt cracked it yet. Can anyone please help me regarding that? Thanks very much Yours sincerely, Urmi Trivedi. ------------------------------...
2005 Oct 31
7
Downloading zip files
I have not had a great amount of success installing/updating packages from the "Packages" menu of Rgui under Windows XL. (Except for installing from loacal zip files.) But I am not asking for help in using these facilities because I prefer to keep a folder of package zip files. On the other hand I do find it tedious having to right-click "Save link as" on every individual
2007 Aug 07
0
plotting series of matrices on a single plot.
...2,Y3 is given as: > EDant <- read.table("C:/ant.txt",sep="\t") > ED1 <- as.matrix(EDant) > X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values I am attaching couple of matrices for your reference. ANT.txt is X1 after deleting the diagnol values, similarly,ANTEXP.TXT is Y1, apetella.txt is X2 and apetellaexp.txt is Y2 I tried reading R-manual and other sources but have'nt cracked it yet. Can anyone please help me regarding that? Thanks very much Yours sincerely, Urmi Trivedi. ------------------------...
2002 Sep 09
1
impulse response function
Hi, Is there a function in any of R-packages that can produce and plot the impulse response function for any model.. Thank you Ahmad Abu Hammour -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body",
2005 Apr 03
2
how to draw a 45 degree line on qqnorm() plot?
# I can not draw a 45 degree line on a qqnorm() plot, jj <- sample(c(1:100), 10) qqnorm(jj) abline() don't work. Thank you.