Displaying 9 results from an estimated 9 matches for "veles".
Did you mean:
  velez
  
2003 Apr 07
1
filtering ts with arima
Hi,
I have the following code from Splus that I'd like to migrate to R. So far,
the only problem is the arima.filt function. This function allows me to
filter an existing time-series through a previously estimated arima model,
and obtain the residuals for further use. Here's the Splus code:
# x is the estimation time series, new.infl is a timeseries that contains
new information
# a.mle
2000 Oct 24
1
R_eval in tcltk library
Is there a method with the current tcltk library in R to call back an R
function within the .Tcl("...") interpreter? 
I can't find anything documented, and I don't understand the usefulness of
the .Tcl.callback() function. Browsing through the tcltk source code I found
two functions R_eval and R_call that seem to take input from the .Tcl
interpreter and parse them through the R
2008 Oct 18
2
Re: TextMate Bundle using Gedit
...most complete. I use these as base for my
customizations. My current configuration has also this plugins:
- code_formatter (http://github.com/urubatan/gedit_formatter/)
- git_branch (http://github.com/ozeias/gedit_git_branch/)
- completion (http://users.tkk.fi/~otsaloma/gedit/)
- grep (http://blog.veles.info/2008/05/gedit-grep-plugin.html)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
T...
2001 Jul 09
1
problem loading saved image
I had an open session working in R and I regularly save the image with
save.image(). However, after a period of inactivity of a few days. I quit
the session. Now, when I try to restart R and load the same image I get the
following result:
> load("y:/grm/sdata/.rdata1")
Error in load("y:/grm/sdata/.rdata1") : an xdr real data read error occured
Can someone explain the cause
2001 Jul 11
1
Summary of Forcing variables types when using read.table
Thanks to Martyn Plummer and Vele Samak for taking the time to answer my
problem. scan certainly will do the trick. However, having taken a look at the
code for read.table, it seems to me that I might be able to add in a "what"
argument and then just pass it down to the call to scan. But that won't be
today's project . . .
Dave Kane
2002 Aug 23
1
R_NilValue blows up on Windows
...turned, Rterm
doesn't know what to do with it. I tried another bypass: 
	SEXP NIL;
  if (nrows <= 0) {
    Rprintf("No rows...");
    return NIL;
  }		
This works in most but not all cases. Weird! 
Any suggestions, comments are highly appreciated. Thanks,
--
Vele Samak
http://www.velesamak.com 
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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", not the subject !)  To: r-help-reques...
2001 Jul 10
2
watch out for quotes in data files
I have just spent a day trying to determine why I seemed to be unable
to read a file of microarray expression results into R properly.  The
file was produced by the Dchip software developed by Li and Wong at
Harvard's Department of Biostatistics.  It contains rows of
tab-delimited fields in the order
Probe set identifier
Probe set description
Array 1 expression
Array 1 call
Array 2 expression
2003 Apr 16
0
Scheepjeswolharmonie Veenendaal
2002 Oct 05
4
Implementation of S-Plus "nlmib" routine in R
Where can I find a package with an R  implementation of the S-Plus
"nlmib" general
minimzation routine described in
Venables & Ripley's  "Modern Applie Statistics with S-Plus", 3rd Ed., pp
267 - 270?
Thanks,
David Stamps
stamps.d.a at att.net
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read