search for: p286

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

Did you mean: 286
2012 Oct 18
3
Issues upgrading RSpec
...bundle update rspec", I started to have problems like this when running "bundle exec rspec": Failure/Error: Unable to find matching line from backtrace NoMethodError: undefined method `cmd_tuples'' for nil:NilClass # /home/rodrigo/.rvm/gems/ruby-1.9.3-p286 at rails/gems/sequel-3.35.0/lib/sequel/adapters/postgres.rb:191:in `execute'' # /home/rodrigo/.rvm/gems/ruby-1.9.3-p286 at rails/gems/sequel-3.35.0/lib/sequel/adapters/postgres.rb:532:in `log_connection_execute'' # /home/rodrigo/.rvm/gems/ruby-1.9.3-p286 at rails/gem...
2013 Feb 07
11
Rails change default time zone.
Hello everyone, I am using rails 3.2.8. I want to change time zone to New York time. I changed following, but didn''t work #config/application.rb config.time_zone = ''Eastern Time (US & Canada)'' config.active_record.default_timezone = ''Eastern Time (US & Canada)'' If am wrong please clarify. Thank You! -- You received this message
2008 Jul 20
1
Error in edit(name,file,title,editor)
Can anyone help me with the following attempt to use an external editor from within R > vi(file="p286.R") Error in edit(name, file, title, editor) : unable to open file to read > edit(file="p286.R") Error in edit(name, file, title, editor) : unable to open file to read I have only recently re-started trying to learn R. (I tried before but failed.) I am working with a Mac MacOs...
2008 Jul 20
3
asp and ylim
#See David Williams' book "Weighing the odds", p286 y <- c(1.21, 0.51, 0.14, 1.62, -0.8, 0.72, -1.71, 0.84, 0.02, -0.12) ybar <- mean(y) ylength <- length(y) ybarv <- rep(ybar, ylength) x <- 1:ylength plot(x,y,asp=1,xlab="position",ylab="ybar",type="n",ylim=c(-1,1)) segments(x[1], ybar, x[ylengt...