search for: newwt

Displaying 4 results from an estimated 4 matches for "newwt".

Did you mean: newt
2006 Aug 16
1
[SPAM] - RE: REML with random slopes and random intercepts giving strange results - Bayesian Filter detected spam
...idual (which is what I wanted), but straight > line that pivots in the middle and will change from > individual to individual. Is there a problem with the way I > have structured the random model or a deeper problem with lmer()? > here is the code I used > m2 <- lmer(changewt ~ newwt+(newwt|id), data = grow) > coef(m2) > Any suggestions very much appreciated, > Simon > > > > I don't this is because you are using REML. The BLUPs from a mixed > > model experience some shrinkage whereas the OLS estimates would not. > > > >> -----Ori...
2006 Aug 15
1
REML with random slopes and random intercepts giving strange results
Hi everyone, I have been using REML to derive intercepts and coeficients for each individual in a growth study. So the code is m2 <- lmer(change.wt ~ newwt+(newwt|id), data = grow) Calling coef(model.lmer) gives a matrix with this information which is what I want. However, as a test I looked at each individual on its own and used a simple linear regression to obtain the same information, then I compared the results. It looks like the REML method does...
2010 Aug 19
0
Rails - Devise - Warden and InvalidAuthenticityToken
...AuthenticityToken (ActionController::InvalidAuthenticityToken): warden (0.10.7) [v] lib/warden/manager.rb:35:in `call'' warden (0.10.7) [v] lib/warden/manager.rb:34:in `catch'' warden (0.10.7) [v] lib/warden/manager.rb:34:in `call'' Rendering /home/enigmaho/rails_apps/newwt/public/422.html (422 Unprocessable Entity) I have no real idea what is going wrong. It works OK on my development server at home, and everything else seems to work barring this. My environment.rb file has the following lines: config.gem ''warden'' config.gem ''devise&...
2010 Aug 13
11
Link to remote and the equivalent in Rails 3
Hi WOW! Is Rails 3 another interesting learning curve. Just when I think I have a general working knowledge of Rails 2 ... things change. I''m trying to replicate the following in Rails 3: <%= link_to_remote image_tag("creditcard.png", :border => 0), :url => {:action => :make_payment, :type => "Credit", :id => @appt.id },