Displaying 7 results from an estimated 7 matches for "ebashi".
Did you mean:
bash
2004 Nov 28
3
Correct Syntax for a Loop
I'll appreciate if some one can help me with the
following loop. This is the logic of the loop,
if we have the following data;
> x.df
x.dif
. .
. .
102 0.00
103 0.42
104 0.08
105 0.00
106 0.00
107 0.00
108 -0.16
109 -0.34
110 0.00
111 -0.17
112 -0.33
113 0.00
114 0.00
115 0.00
116 0.33
117 0.17
118 0.00
. .
. .
I'm trying to find i's where
for (i
2005 Jan 25
3
How to make R faster?
Dear R users;
I am using R for a project. I have some PHP forms that
pass parameters to R for calculations, and publish the
result in HTML format by CGIwithR. I'm using a Linux
machine and every things work perfectly. However, it
is too slow, it takes 5 to 10 seconds to run, and
even if I start R from the Shell it takes the same
amount of time, which is probably due to installing
packages.
2005 Jan 28
1
R for CGI
Dear R Users;
Perl is the common language to write CGI scripts which
handle Forms. My question is that can R be as fast as
perl
to do the same job(with using CGIwithR package). Is it
an optimal solution to connect R directly to a
commercial HTML webpages,
Sincerely,
Sean
2004 Nov 30
1
xy_plot
R users;
Does anyone have a recommendation for a faster
plotting function rather than plot(x,y)?
when I use plot(x,y) for a large number of variables,
it take couple of moments to plot the graph?
Sincerely,
Sean
2004 Nov 28
0
Re: [R-sig-finance] syntax for a loop
...ifelse(test, iseq + 2, NA)
I suspect that the last term in test should be i+1 and not i+2 ?
You can see S Poetry for details.
Patrick Burns
Burns Statistics
patrick@burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")
ebashi wrote:
>I'll appreciate if some one can help me with the
>following loop. This is the logic of the loop,
>if we have the following data;
>
>
>>x.df
>>
>>
> x.dif
> . .
> . .
>102 0.00
>103 0.42
>104 0.08
>105 0.00
>106...
2005 Jan 16
1
CGIwithR
Dear R users;
I'm trying to use CGIwithR on a linux machine, I have
followed the instructions on the package manual but
still it does not run,
the message that I get is as follows:
The requested URL was not found on this server
I used the example trivial, I put trivial.html under
Web directory and trivial.R in cgi-bin directory,
which itself is a subdirectory of Web directory, ( I
have
2004 Nov 23
2
How to extract data?
I appreciate if anyone can help me,
I have a table as follow,
> rate
DATE VALUE
1 1997-01-10 5.30
2 1997-01-17 5.30
3 1997-01-24 5.28
4 1997-01-31 5.30
5 1997-02-07 5.29
6 1997-02-14 5.26
7 1997-02-21 5.24
8 1997-02-28 5.26
9 1997-03-07 5.30
10 1997-03-14 5.30
. ...... ...
. ...... ...
. ...... ...
I want to extract the DATE(s) on