search for: mcknight

Displaying 20 results from an estimated 25 matches for "mcknight".

2007 Mar 29
10
Mongrel Service won''t start on windows
...Which versions are good to go with mongrel_service- 0.3.1-mswin32? This is working on our test and development servers, which are both VMWare sessions. I currently have a pack of mongrels running in command line windows under our sysadmin''s user account- any ideas what to do? -- -Matt McKnight- www.lmnsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070329/b2d47ea7/attachment.html
2007 Jul 13
11
Mongrel + Insert Web Server Here
Which web server does mongrel fair best with? -Ron
2001 Mar 27
4
recode vector values to NA
...p on. The most basic is the simple recoding of variables. Suppose I create a vector x <- rnorm(10000) and I want to recode all values of x > 1.5 to NA. How would I do that in R? TIA Cheers, Patrick ________________________________________________________________________ Patrick E. McKnight, Ph.D. University of Arizona Department of Psychology Tucson, AZ 85721 pem at theriver.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "...
2007 Jun 12
1
mongrel service security needs on Win2k3
...te down the process ids of the processes as they start up, so I know which service goes with which process when I try to have an orderly shutdown. I only have about 8 mongrels running on the server, but it''s an 8 core beasty, so I am looking to add more once I get this straight. -- -Matt McKnight- www.lmnsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070612/a2a8c3f5/attachment.html
2002 Jan 04
3
sorting data frame
Greetings, I hope this isn't obvious but I've read through the FAQ and the various other R/S books I have and I cannot, for the life of me, figure out how to sort a data frame by a specific variable. Suppose I have a four variable data.frame x and the variables are var1, var2, var3, var4. I want to sort on say var3 simply for display purposes. How can this be accomplished? Thanks
2005 Oct 06
1
Invalid argument
...one when the backup goes ok until it gets to three files in different directories. I get rsync: read errors mapping the then filepath and filename and at the end it gives Invalid argument (22) i have two files that have that error message. The third message says Permission denied (13). Joey McKnight A+ District Computer Tech Newport Special School District Newport. Ar 72112
2004 Jan 30
1
Measures of central tendency - mode
Greetings, This seems too rudimentary to ask but for the life of me I cannot locate a readily easy method to compute the univariate mode. I know "mode" is not correct and "table" provides a reasonable count but I figured there would be an easy way to extract the value from the table after I do something like: max(table(mydadat$myvar)) unfortunately it only returns the max
2001 Nov 13
2
reading in data contingent upon a character at col 1
Greetings, I have a text file that is output from a statistics package that I would like to read into R. Since I have several hundred of these output files I would prefer not to edit them manually. The problem is that it has a ";" (without the quotes) as the first character for some lines - lines that I do not necessarily want to read in. Use of tr, sed, awk or any other unix
2007 Jul 06
5
503 Errors While Cluster Is Still Active
I''ve setup a new mongrel cluster on my VPS, and am noticing a lot if 503 errors if I try to hit the server too many times in succession in a few seconds. I''ve read that this is usually caused by the cluster crashing, but I haven''t been seen the cluster crash when I do this. Does anyone have any other ideas what might cause this? I have my server configured how
2005 Feb 26
16
yum stalls <?>
I just installed a fresh 3.3 system (because those are the ISO's I had on hand). Upon running yum update, it starts to download headers and then stalls. I hit Ctl-C and it continues to download about 4-5 more headers and stalls. I hit Ctl-C again and it pulls a few more headers. Anyone seen this and/or know how to fix it? TIA Mike
2009 Feb 04
26
ZFS snapshot splitting & joining
Hello everyone, I am trying to take ZFS snapshots (ie. zfs send) and burn them to DVD''s for offsite storage. In many cases, the snapshots greatly exceed the 8GB I can stuff onto a single DVD-DL. In order to make this work, I have used the "split" utility to break the images into smaller, fixed-size chunks that will fit onto a DVD. For example: #split -b8100m
2003 Feb 06
2
transparent proxying ftp through squid
Hi, Is it possible to transparent proxy FTP through Squid? If so what rules would i need to add to the rules file so that any ftp request is forwarding through Squid? I have www traffic being Tranparantly proxied. Herwith my www rules: REDIRECT loc 3128 tcp 80 ACCEPT loc fw::3128 tcp www - all ACCEPT fw
2004 Jun 02
0
Request comments on missing data diagnosis code
...ackage with the proper documentation shortly. Apologies in advance if this is not the proper forum to post code but I did not see anything in the FAQ's or development pages that forbid this distribution mechanism. -- Cheers, Patrick -------------------------------------------- Patrick E. McKnight, Ph.D. Research Assistant Professor Evaluation Group for Analysis of Data University of Arizona Department of Psychology Tucson, AZ 85721 520-621-5463 pem at u.arizona.edu
2004 Jun 02
0
Missing data diagnostics and apology
...ks alerted me to a better distribution method I chose to put the code here: http://egad.psych.arizona.edu/mddiag.final.R.gz Any tips, criticisms, or additions are welcomed. Thanks for your patience. -- Cheers, Patrick _______________________________________________________________ Patrick E. McKnight, Ph.D. EGAD - Evaluation Group for Analysis of Data Department of Psychology University of Arizona Tucson, AZ 85721 520-621-5463 (W) 240-332-6367 (Fax) pem at u.arizona.edu
2008 Feb 05
1
Unknown method error with control_for
Is there a trick to using control_for in forms? I''ve been trying to make a simple form with a couple of text fields and I keep getting a unknown method error. Thanks!
2002 Jan 26
1
Trouble with contrasts
Greetings, I have a nagging problem with contrasts and I can't seem to resolve it. A factor exists with four levels (lib1, lib2, con1, con2) and when I check the contrasts or set the contrasts to any of the prespecified ones, I do not get the exact contrasts necessary to test the theoretically relevant ones. I need orthogonal contrasts that look just like this matrix: con1 con2
2002 May 11
1
deleting invariant rows and cols in a matrix
Greetings, I couldn't find any existing function that would allow me to scan a matrix and eliminate invariant rows and columns so I have started to write a simple routine from scratch. The following code fails because the array index goes out of bounds for obvious reasons you'll see shortly. Start with some data x <- read.table("myex.dat",header=T) x v1 v2 v3 v4 v5 id 1
2001 Nov 28
1
Help with ICC
Hello, R-folks: Here is a statement I use to make a data frame: iccdata <- data.frame(i=rep(1:10,rep(2,10)),j=rep(1:2,10), x=c(0.35011,0.11989,0.13081,0.09919,0.16000,0.12000,0.00000,0.00000, 0.44023,0.32977,2.67081,2.63919,0.09050,0.03950,0.44019,0.30981,0.59000, 0.57000,4.03000,3.77000)) Then here are the data: > iccdata i j x 1 1 1 0.35011 2 1 2 0.11989 3 2 1 0.13081 4
2002 Oct 08
2
data.frame merge matching several columns
Greetings, Is it possible to match several columns in a merge statement? Here is my problem: data1 looks like this... SUBID TARGID ITEM RATING 1 1 1 4 1 1 2 5 1 1 3 3 1 1 4 2 1 1 5 5 ...... SUBID is the ID for the raters, TARGID is the ID for the targets being rated, ITEM ranges from 1 to 64 crossed
2002 Jan 04
1
plotting missing data patterns
I have one other problem and then I'll stop and get back to writing. I want to plot a missing data matrix (the R matrix a la Little and Rubin) to graphically depict where the missing data lie in the matrix. Some statistical packages produce a graphical depiction of the missing data patterns by plotting the matrix, color-coding the plot with contrasting colors for either missing or