Displaying 3 results from an estimated 3 matches for "n_n".
Did you mean:
_n
2012 May 06
2
Translation of matlab vectors code into r
...atlab to r. I have managed to translate the first 7 rows, but not the
rest. Could anyone give me any suggestions for this problem??
Matlab code:
tempo=[];
temps=[];
tempn=[];
tempao=[];
tempas=[];
tempan=[];
for k=1:5
tempo = [tempo n_o(k,:)];
temps = [temps n_s(k,:)];
tempn = [tempn n_n(k,:)];
tempao = [tempao nanst_o(k,:)];
tempas = [tempas nanst_s(k,:)];
tempan = [tempan nanst_n(k,:)];
end.
This is the code that i?m trying to translate into r, so far i have managed
to translate the first 7 rows into r, but not last 6 rows.
R-Code:
tempao= vector()
tempas= vec...
2005 Dec 15
0
Installation Help
...als that show how to set up a
rails-enabled web server but I have a somewhat more tricky question: is
there any way I can add Rails to my current web hosting service without
having access to the httpd.conf nor ssh / telnet? I can use cgi however.
I''m really confused! Thanks in advance! n_n
--
Posted via http://www.ruby-forum.com/.
2000 Sep 14
5
Projects
I am teaching a graduate course on Statistical Computing this
semester. A major part of the grade is determined by a project in
which a student or small group of students produce, test, and document
some software for statistics. I will encourage those students who are
developing in S to package their software as an R package.
I would welcome suggestions of possible projects, especially projects