Displaying 4 results from an estimated 4 matches for "a_x".
Did you mean:
_x
2011 Jul 28
1
sorting data from dataframe with oter dataframe
...detail:
i've got a csv.file with data on number of factors (every column got the
name
of the factor as header and the data below). on another csv file, i've got
the
factors sorted by their type. for example-
c1=read.csv('C:/R/c1.csv', header= TRUE)
urrDate A_XS b_XS c_XS d_XS e_XS
1 01/01/1996 0 0.0000 0 0.0000 2.7220
2 02/01/1996 0 2.3232 0 2.2960 2.7179
3 03/01/1996 0 2.3368 0 2.3087 2.7004
4 04/01/1996 0 2.3395 0 2.3173 2.6821
5 07/01/1996 0 2.3226 0 2.3072 2.6852
6...
2007 Aug 12
1
Write values on y axe
...scale.
For example, if I have the values:
0.0001
0.0015
0.0256
0.0236
....
0.0201
2.9668
3.0086
I need have each 'x' value put on y axe, and add the value minimum and
maximum on my graph.
How can I do it?
I do:
plot(o$a, log="y", type="l", col=colors[1], xlab="a_x", ylab="a_y",
cex.lab=0.8)
lines(o$b, type="l", pch=1, lty=1, col=colors[2])
lines(o$c, type="l", pch=2, lty=2, col=colors[3])
to I draw my graph.
Thanks in advance.
[[alternative HTML version deleted]]
2010 Jan 11
3
Eigenvectors and values in R and SAS
Hi,
I was wondering if function eigen() does something different from the
function call eigen() in SAS.
I'm in the process of translating a SAS code into a R code and the values of
the eigenvectors and eigenvalues of a square matrix came out to be different
from the values in SAS.
I would also appreciate it if someone can explain the difference in simple
terms. I'm pretty new to both
2006 May 19
4
why no multiple submit?
is it by design? is it standard? how do you give users multiple
actions on a form?
--
Posted via http://www.ruby-forum.com/.