Displaying 2 results from an estimated 2 matches for "bigmodel".
Did you mean:
bdgmodel
2000 Jun 25
1
possible bug, anova.glm(), family="gaussian" (PR#579)
Dear R team,
I don't get what I think I should get when using anova.glm() with
family="gaussian" -- please ignore this and forgive me if this turns out
to be another example of a fundamental misunderstanding on my part (a
highly likely event!) For example:
S <- as.factor(rep(c(rep("m",2),rep("f",2)),2))
A <-
2007 Oct 09
2
Javascript "please wait" image
When I used to write Perl CGI scripts I displayed an animated gif image
whilst waiting for a long database query to load, and some javascript to
remove the image once the content was available.
I''d like to do the same thing with Rails, but it''s not clear to me how
to do this in Rails. Does anyone have any suggestions?
--
Posted via http://www.ruby-forum.com/.