Displaying 12 results from an estimated 12 matches for "jacquie".
Did you mean:
jacquin
2007 Apr 28
2
SQLRelay adapter for Rails?
I would like to use SQLRelay for database connection pooling and query-
based routing with a Rails application that I am just about done with.
It is my first Rails project, and I thought it might be wise to get
some feedback on this before I get too far in coding it.
>From what I can tell, I am going to have to write a connection adapter
for ActiveRecord if I want to use SQLRelay (http://
2007 Jun 20
3
Replace number with month
...better
but it gives me the results I want) and I would like the x-axis to have
the names of the months instead of the month numbers. So I have
searched and searched and I am not sure if I have to change it before I
graph it or if I can somehow change it in barchart. Any help is most
appreciated.
Jacquie
[[alternative HTML version deleted]]
2007 Apr 25
1
Sum of specific column
...ate(dataset, by=list(dataset$col5), sum) and I get the error that
sum is not meaningful for factors.
I want to only calculate the sum for specific columns because some of
the columns have words in them and I have not been able to find anything
else that would help or why these errors are occuring.
Jacquie
[[alternative HTML version deleted]]
2006 Oct 23
10
text_field_with_auto_complete
Hi,all
I''ve used text_field_with_auto_complete for a while but still haven''t
figured out how to store the value that I selected from the suggested
options. any hints?
Thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2004 May 07
1
scores from multinomial logistic regression
Dear all,
I'm interested in extracting the score from multinomial logistic regression
models fit using multinom, to assess the stregth of assocation of the
parameter with the response (akin to the score from clogit/cox regression).
currently I'm using R 1.8.1.
Is there a function that will extract the score from a multinom object or
how i can get back to it? or from using glm?
I
2005 Mar 09
1
plot(bclust) what is the 2nd plot?
Hi everyone,
Currently i'm trying to understand the bagged clustering algorithm, bclust
{e1071}.
When I run the given example in the help file (as below)
data(iris)
bc1 <- bclust(iris[,1:4], 3, base.centers=5)
plot(bc1)
and plot the bclust object, 2 graphs are produced.
The first is a dendrogram, but what is the second plot? The axes are not
labelled and what do the two
2007 Jun 22
1
Barchart legend position
...ut it is a weird spot. So how can I manipulate the legend, ie. Move
it, shrink it, do anything with it. I have searched the help archives
and found nothing, and I have looked up the legend section in ?barchart
but that has not helped or I am doing something wrong. Any help is
greatly appreciated.
Jacquie
[[alternative HTML version deleted]]
2008 Jan 23
1
Bar width and labels in barchart
...do I make them
wider? My other question is that on the x-axis it list all years
(2000-2007, inclusively) for each panel and they are squished and
non-legable, can I get rid of them? They are not necessary as I have
the years color coded with the legend at the side.
Thanks for your help in advance
Jacquie
[[alternative HTML version deleted]]
2014 May 27
1
Odd ownership of the dovecot-uidlist file
Hi,
We have just recently switched from Courier to Dovecot for both IMAAP
and POP access for our shared hosting platform, and while the issues we
have been seeing with Courier have gone away a new one has popped up.
Unfortunately googling for an answer is difficult as it falls into the
ownership and permissions category which people seem to have all the
time. But in those cases it always
2006 Sep 19
18
Open Source UML Tool for Ruby on Rails?
I am new to web development, Ruby on Rails, and UML as well. I was
wondering if there were any free tools available for UML design.
There is a list of free tools on wikipedia under UML tools, but I don''t
understand if I need a tool that supports the ruby language. If anyone
uses a free UML tool for designing Ruby on Rails apps, please let me
know what you use.
2007 Jun 24
2
matlab/gauss code in R
...o how can I manipulate the legend, ie. Move
> it, shrink it, do anything with it. I have searched the help archives
> and found nothing, and I have looked up the legend section in ?barchart
> but that has not helped or I am doing something wrong. Any help is
> greatly appreciated.
> Jacquie
>
> [[alternative HTML version deleted]]
>
>
>
> ------------------------------
>
> Message: 43
> Date: Fri, 22 Jun 2007 17:25:14 +0100
> From: Michael Hoffman <b3i4old02 en sneakemail.com>
> Subject: [R] Lattice: hiding only some strips
> To: r-help...
2006 Oct 17
1
nil object in live search
Hi,I am trying to implement a small live search thing in typo. the view
that I interative with is view/admin/content/_form.rhtml I created a
search field when creating an article and use observe_field to observe
this search field and tells the content_controller to search in database
for the appropriate match.
But when I tried to type a letter in the search field, I''ve got the