search for: post2

Displaying 13 results from an estimated 13 matches for "post2".

Did you mean: post
2003 Apr 18
1
MCMCpack gelman.plot and gelman.diag
...A, sigma2.start = NA, + b0 = 0, B0 = 0, nu = 0.001, delta = 0.001) > post1.R <- MCMCregress(Size~Age+Status, data = data, burnin = 5000, mcmc = 100000, + thin = 10, verbose = FALSE, beta.start = -3, sigma2.start = NA, + b0 = 0, B0 = 0, nu = 0.001, delta = 0.001) > post2.R <- MCMCregress(Size~Age+Status, data = data, burnin = 5000, mcmc = 100000, + thin = 10, verbose = FALSE, beta.start = 3, sigma2.start = NA, + b0 = 0, B0 = 0, nu = 0.001, delta = 0.001) > post.R.all <- mcmc.list(post.R, post1.R, post2.R) > gelman.diag(post.R.all, confi...
2010 Aug 09
1
creating pdf of wireframe
...to create a pdf, many (but not all) of the details I have specified are not reproduced. For example, the line width I have specified is not reproduced, and neither are the font sizes for the axis labels. I'm an R novice, so I could really use some guidance. Here is the code I am using (post1, post2, post3 are 3-dimensional matrices): newcols <- colorRampPalette(c("grey90", "grey10")) #generates palette frome light to dark grey for better visibility trellis.device(pdf,file="PostAll.pdf", width = 5, height = 5) trellis.par.set("plot.line", list(lwd=0...
2010 Jul 13
0
Unknown Method key? error in Rails 2.3.8 Unit testing
...=>"") assert !post.save,"Saved Post with title and body" end def test_title_minimum_width_3 post1 = Post.new(:title=>"a",:body=>"This will not be saved") assert !post1.save,"Saved post with title length less than 3" post2 = Post.new(:title=>"abcd",:body=>"This will be saved") assert post2.save,"Couldnot save a valid post record" post3 = Post.new(:title=>"abc",:body=>"This will be saved") assert post3.save,"Could not save a valid record&q...
2008 Jan 21
2
multiple ids on restful action
...e I didn''t look well enough, so any pointers to old messages regarding this subject would be welcome too. I need some way to pass multiple ids to a resource. Something like /posts/13,14 If I do this I have to manually split the id on ","s in the action, and use post_path([post1, post2].map {|x| x.id}.join('','')) in my views, which I think is not very nice. If I use post_path([post1, post2]) rails uses to_param on the array which leads to the string "13/14" which is url-encoded to "13%2F14" but the browser just shows a / in the next screen. T...
2007 May 04
3
fileserver hanging
...1.8/net/http.rb:560:in `connect'' from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'' from /usr/lib/ruby/1.8/net/http.rb:542:in `start'' from /usr/lib/ruby/1.8/net/http.rb:1032:in `request'' from /usr/lib/ruby/1.8/net/http.rb:989:in `post2'' ... 35 levels... from /usr/lib/ruby/1.8/puppet/client/master.rb:358:in `run'' from /usr/lib/ruby/1.8/sync.rb:229:in `synchronize'' from /usr/lib/ruby/1.8/puppet/client/master.rb:344:in `run'' from /usr/sbin/puppetd:424 serv...
2007 Oct 12
7
puppetd dies?
Greetings all, My deployment of puppet includes a monitrc to make sure that puppetd stays up and running. It seems like (across all of my hosts) that pupeptd will end up dying and restarted by monit. I''m running puppetd under a screen session now on one particular host with --debug --verbose to see if any thing comes out on console but until it happens again, any anybody else
2010 Aug 24
0
SAMR for paired samples
...is error? Also, the options 'One Sample paired' is for testing the differences directly (d1, d2,...), I suppose. The source code is ***************************************** function() { library(samr) attach(proto_data) x <- cbind(pre1, pre2, pre3, pre4, pre5, ... post1, post2,post3,post4,post5, ....) y <- c(-(1:10),1:10) d <- list(x=x,y=y, geneid=array.id) samr.obj<-samr(d, resp.type="Two class paired", nperms=100) samr.plot(samr.obj) } ***************************************** Thank you HS
2007 Nov 19
2
login help - grouping records
I have a long list of posts posted on different days and many posts every day. I want them to arrange like following... Date1 ----- post1 post2 Date2 ----- post3 post4 post5 How can I (say) group them to appear all posts of one date under their related headng. Because records have so many different days, it is confusing me.. I need some generic solution. Thanks in advance. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~...
2013 Mar 14
0
Display custom links above top level arrays using Jbuilder
...tion_links do json.set!(:next_page_link,"#{@next_page_link}") json.set!(:prev_page_link,"#{@prev_page_link}") end json.array!(@posts) do |post| .. .. end The only response, that I get is the array which has a collection of posts. Which looks like below:- [ -{post1} -{post2} -.. ] I guess there is something that I might be missing. Can anybody please suggest me any work arounds? Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from...
2006 Apr 21
3
Problem with Mongrel, Rails and web services using xmlrpc
...rb:1046:in `request'' from c:/ruby/lib/ruby/1.8/net/http.rb:1033:in `request'' from c:/ruby/lib/ruby/1.8/net/http.rb:545:in `start'' from c:/ruby/lib/ruby/1.8/net/http.rb:1031:in `request'' from c:/ruby/lib/ruby/1.8/net/http.rb:988:in `post2'' from c:/ruby/lib/ruby/1.8/xmlrpc/client.rb:535:in `do_rpc'' from c:/ruby/lib/ruby/1.8/xmlrpc/client.rb:420:in `call2'' from c:/ruby/lib/ruby/1.8/xmlrpc/client.rb:410:in `call'' from xmlrpctest.rb:13
2011 Aug 31
6
Ubuntu and Windows and Sage.........
Following on from my previous missive - now apparently resolved :D I now have another problem. This time with Sage Line50 Ver11. It appears to have installed OK and seems to link to the network share drive (G:), however it will not allow me (or anyone else) to log in. If I use any good username, it comes back with "invalid password", even for users with no password. If I use any
2007 Jun 07
17
Puppet/webrick benchmark
We haven''t been able to use mongrel for testing yet, but in order not to waste time, we did some performance testing with 1, 2 and 4 puppetmasterd/webrick processes. Attached is an HTML page (ripped from our wiki - not pretty, but reasonably readable) which describes the method and results. If someone feels like making some nice graphs, that would be great. If not, I''ll try to
2003 Feb 11
0
samba 2.2.7a and multiple logins...
....mbnet/home/fm/profiles/fm/Recent/MyProjektantragNeu.doc.lnk Mon Feb 10 14:38:31 2003 10635 DENY_WRITE 0x2019f RDWR NONE /mbase/samba.mbnet/home/oschad/oschad.pst Tue Feb 11 08:20:05 2003 10729 DENY_WRITE 0x2019f RDWR NONE /mbase/samba.mbnet/home/rb/POST2.PST Tue Feb 11 08:44:30 2003 4884 DENY_NONE 0x20089 RDONLY EXCLUSIVE+BATCH /mbase/samba.mbnet/sek/work/MAIL/mail/STATE.PMJ Mon Feb 10 09:13:49 2003 10379 DENY_WRITE 0x2019f RDWR NONE /mbase/samba.mbnet/home/ct/POSTFACH.PST Tue Feb 11 07:18:12 2003 10584 DEN...