Displaying 2 results from an estimated 2 matches for "wroong".
Did you mean:
wrong
2011 Oct 11
5
Help to write to a file
...00)
sink ("ADF_results_b_1.txt")
for (i in seq(d))
{
z.1<-P1[i]*-1-P2[i]*-1
if (all(z.1<=0)) {r=1} else {if (all(z.1>=0)) {r=1} else {r=2}}
if (r==1) {ADF<-ur.df(ts(z.1), lags=1, type='drift')}
if (r==1) {summary(ADF)}
}
sink()
Any suggestion of what I might be doing wroong?
best regards,
Sergio René
[[alternative HTML version deleted]]
2008 Nov 10
1
Curl::Multi post
...t some xml to a webservice - I''ve done this in PHP
before.
so far :
require ''curl-multi''
curl = Curl::Multi.new
curl.post("url", "xml", ?)
The question mark in the code above is what I''m having trouble with.
With nothing there I get a "wroong number of arguments - 2 for 3"
error...
I know it''s something absurdly simple that I am missing...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this gr...