Re: [R] how to change the color of the regression line when using effect function

2014-01-12 Thread michael curran
sounds like you are referring to library(effects)...in which case try: plot(effect("x1", model), color="red") From: David Winsemius To: karine heerah Cc: "r-help@r-project.org" Sent: Sunday, January 12, 2014 8:35 PM Subject: Re: [R] how to change the col

Re: [R] How to subset an 'ff' object?

2013-12-28 Thread michael curran
I've found the package "ffbase" to be very helpful in terms of applying standard R-type slicing/dicing/aggregating to ff objects. install.packages("ffbase") ?subset.ff From: Christofer Bogaso To: r-help Sent: Saturday, December 28, 2013 9:26 AM Subject: [

[R] filehash for big data

2011-01-02 Thread michael curran
Hi all, I am trying to use the filehash library to analyze a 5M by 20 matrix with both double and string data types. After consulting a few tutorials online, it seems as though one needs to first read the data into R; then create an R object; and then assign that object a location in my com

[R] R2WinBUGS question from beginner

2009-09-04 Thread michael curran
Hi R Users, I have--what I think--is a very basic question. I'm trying to use R2WinBUGS and am having difficulty setting up the data properly for repeated measures data in a hierarchical model. First, I know that it is me...not the package, as I sucessfully used R2WinBUGS to run a basic regr