search for: arien

Displaying 5 results from an estimated 5 matches for "arien".

Did you mean: aries
2005 Mar 22
9
am i the only one with this problem?
(clean install) >gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y
2006 May 12
1
superpose two variables in lattice/xyplot
....groups = "panel.xyplot", groups=reeks$seas, subscripts = TRUE, col="red" ) } ) The second respons variable "reeks$ptotbin" is plotted, but is not subset for each of 4 panels. How can it be done? Any suggestions warmly appreciated. Kind regards, Arien
2009 Mar 26
1
Sort by timestamp
#Good morning alltogheter. I'm using R for a short time to analyse TimeSeries and I have the following Problem: #I have a bunch of Time Series: #First of all I import them from a txt File data.input01 <-read.csv("./LD/20081030.txt", header = TRUE, sep = ";", quote="\"", dec=",", fill = TRUE, comment.char="") data.input02
2009 Apr 05
2
loop problem for extract coefficients
Dear R users, I have problem with extracting coefficients from a object. Here, X (predictor)and Y (response) are two matrix , I am regressing X ( dimensions 10 x 20) on each of columns of Y[,1] (10 x 1) and want to store the coefficient values. I have performed a Elastic Net regression and I want to store the coeffcients in each iteration. I got an error message . I do not
2005 Mar 28
0
Active Record: finding records based on :belongs_to values
...rings = nil, limit = nil, joins = nil) acc_join = ''LEFT JOIN accounts ON myusertype.account_id = accounts.id '' if joins joins << acc_join else joins = acc_join end super end Am I on the right track? Is there some Rails magic that does this for me? Thanks, Arien