search for: rachel

Displaying 20 results from an estimated 97 matches for "rachel".

Did you mean: rachele
2006 Oct 15
1
Dovecot rc9 error
Hi Am getting this error with Dovecot rc9 on a imap account. Oct 15 10:55:28 bajor dovecot: imap-login: Login: user=<rachele>, method=plain, rip=192.168.1.1, lip=192.168.1.254 Oct 15 10:55:28 bajor dovecot: IMAP(rachele): file mail-cache-transaction.c: line 709 (mail_cache_add): assertion failed: (fixed_size == (unsigned int)-1 || fixed_size == data_size) Oct 15 10:55:28 bajor dovecot: child 27632 (imap) killed wi...
2006 Jan 25
16
Slideshow beta
Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) Yo...
2006 Oct 15
0
Dovecot rc9 error (More information)
...er with RC9 installed which has around 2000 accounts on it and this has no problems so maybe not affecting 32bit machines. If I can give any more information please let me know. Am getting this error with Dovecot rc9 on a imap account. Oct 15 10:55:28 bajor dovecot: imap-login: Login: user=<rachele>, method=plain, rip=192.168.1.1, lip=192.168.1.254 Oct 15 10:55:28 bajor dovecot: IMAP(rachele): file mail-cache-transaction.c: line 709 (mail_cache_add): assertion failed: (fixed_size == (unsigned int)-1 || fixed_size == data_size) Oct 15 10:55:28 bajor dovecot: child 27632 (imap) killed with...
2006 May 22
2
Recommended SIP phones?
I am dying here with linphone (not sure if it is crap software or just me being an idiot) but out of the box debian installations of two linphones fail with a "Got SIP response 415 "Unsupported Media Type" back from 192.168.1.3" Can anybody recommend a particular SIP soft phone that broadly satisfies the following criteria? 1. Run on linux. 2. Simple to use and setup. 3. Is
2009 Nov 13
2
help sample from large dataset - misleading error?
...dataset, gly, but I'm getting an error message. Any help? dim(gly) [1] 112371 37 > s1 <- sample(gly,100) Error in `[.data.frame`(x, .Internal(sample(length(x), size, replace, : cannot take a sample larger than the population when 'replace = FALSE' Thanks, Rachel [[alternative HTML version deleted]]
2008 Aug 01
5
viewing data in something similar to 'R Data Editor'
...rk at the same time? I am looking for something other than str(), head(), and tail() which just allow me a quick peak at the object. I do not want to edit the object in the table, but be able to watch the object change while I run anything that would manipulate it. Thank you for your help. Best, Rachel Schwartz Graduate Student Researcher UCSD; Scripps Institution of Oceanography [[alternative HTML version deleted]]
2006 Jun 04
2
Can anyone help?
Quick question please....A user logs into windowsXP and tries to create a folder/document and the ownership on the new file/folder defaults to nobody:nobody. I have the user set up in samba on the IRIX machine. All other users have no problem. Anyone have any suggestions? Thanks Rachel
2006 Mar 02
6
Newb question about facade columns
...on a Date? Since the problem occurs in the *controller* update method, I can''t see how to use a callback to do the conversion, am I wrong? (Is part of my problem the name of the column, which is "updated_at" ? I tried renaming it for testing but got the same error.) Thanks, Rachel Snips from the applicable files: event.rb ------------- class Event < ActiveRecord::Base # create a a field based on updated_at, that''s an actual Date kind # of object def occurred_at Time.at( read_attribute("updated_at") ) end def occurred_a...
2009 Jul 09
3
Stratified data summaries
...or describe from the HMisc package. I want to stratify my data set by patient_type. I was hoping to do something like: Describe(myDataFrame ~ patient_type) I can create data subsets and run the describe function one at a time, but there's got to be a better way. Any suggestions? Rachel [[alternative HTML version deleted]]
2010 Aug 18
6
Once I added this HABTM, one of my 'through' relationships, on a non-habtm model, seems to have broke?
...of a Subscription worked fine: class Subscription < ActiveRecord::Base belongs_to :user, :foreign_key => "user_id" belongs_to :meter_group, :foreign_key => "meter_group_id" has_many :meters, :through => :meter_group end test "group1 and group2 belong to rachel" do user = User.find_by_login("rachel") subscriptions = Subscription.find_all_by_user_id(user.id) subscriptions.each do |s| meters = s.meters meters.each do |m| puts "meter = #{p m}" end end end However now things are not working...
2009 Apr 28
3
creating a vector of sums
...t I need to do next is create another vector TY (of the same length) that is the the sum of part of the Y vector. So TY[1]=Y[1] TY[2]=Y[1]+Y[2] TY[3]=Y[1]+Y[2]+Y[3] and so on. I have tried to do a sum(Y[j]) but it just comes out with a single value. Any help is greatly appreciated, thank you. Rachel
2001 Aug 09
2
Pulling columns out of a data.frame
Hi there Probably a very simple solution to this problem. I have a character vector eg c("name1","name2","name3") and I want to pull out these columns from a data.frame, converting each of these columns into factors also. Many thanks Rachel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2006 Mar 03
13
Listing help
Hi, I''ve created a Rails application and am having a problem listing by a particular category in an associated table. I followed the instructions found at the O''Reilly tutorial (http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html?page=3) but have not had success. Can anyone please outline a better set of instructions than in the "Showing Recipes in a
2005 Sep 19
2
Problem with tick marks in lines.survfit (package survival)
...me, status) ~ sex, pbc,subset=1:312) > plot(fit[2], mark.time=TRUE, xscale=365.24, + xlab='Years', ylab='Survival') > lines(fit[1], lwd=2, xscale=365.24, mark.time=TRUE) but when I do this, no tick marks appear on the second curve. Can anyone see what I am doing wrong here? Rachel [[alternative HTML version deleted]]
2011 Mar 22
3
Urgent query about R!
Hi there, I am currently working on a R programming project and got stuck. I am supposed to generate a set of possibilities of 1296 different combinations of 4 numbers, ie. 1111, 1234, 2361, (only contain 1 to 6) in a matrix form here is what I got which has not been working as it keeps coming out with the same number on the row.. The code: gl1<- gl(1296,1,length=1296, labels=1:1296,
2009 Feb 06
2
undesired grid in ps/eps outputs generated by filled.contour or image
...enerated by filled.contour or image, an undesired grid is added to it (not visible on the X11 screen). For example: postscript("volcano.eps") filled.contour(volcano,col=gray(seq(0,1,,50)),levels=seq(min(volcano),max(volcano),,50)) dev.off() Any ideia how to eliminate this grid? Thanks, Rachel [[alternative HTML version deleted]]
2010 Jun 22
1
subset dataset using factor levels instead of factor names
...ng this code: test1 <- subset(nih2009,ic_name %in% c('NATIONAL EYE INSTITUTE','Veterans Affairs')) dim(test1) [1] 2396 38 But this doesn't work: t1 <- subset(nih2009, ic_name %in% c(27,51)) dim(t1) [1] 0 38 I know there's a way to do this. Any help? Thanks, Rachel [[alternative HTML version deleted]]
2012 May 08
4
glmmADMB
...message when I try with the full model or a null model! I don't understand what this means. The model works ok in lmer4 with a poisson distribution (althought it's very overdispersed), so it's not as though it wont work at all. Any help with this would be greatly appreciated cheers Rachel -- View this message in context: http://r.789695.n4.nabble.com/glmmADMB-tp4616701.html Sent from the R help mailing list archive at Nabble.com.
2006 May 19
2
Tick marks in lines.survfit
...rviving",lty=2,mark=3) lines(osfit,mark=3,col=1,lty=1,xscale=365.24,mark.time=TRUE) will add tick marks to the added curve in the same way that they appear on the first curve, but no permutation of mark, col, lty, etc. seems to produce tick marks. Has anyone found a solution to this problem? Rachel British Society of Blood and Marrow Transplantation [[alternative HTML version deleted]]
2010 May 02
3
Text dependent on a variable in a R function
...ng if someone could tell me how I can make text dependent on a variable in a R function I have created. The function will create plots, thus I would like each plot to have a unique title based on the inputted variable as well as a unique file name when saved using the savePlot function. Thanks! Rachel _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox. N:WL:en-US:WM_HMP:042010_3 [[alternative HTML version deleted]]