[R] renaming intercept column when retrieving coeficients from lme using coef function

2009-09-25 Thread Eric McKibben
data=toy) > coef.y<-("ind.y"=coef(model.toy)) > coef.y (Intercept) 1 0.52065015 2 0.04066776 3 0.29793571 4 0.11213693 Thanks, Eric McKibben Doctoral Candidate I-O Psychology Clemson University [[alternative HTML version deleted]] ___

[R] Using while statements to insert rows in a dataframe

2009-05-19 Thread Eric McKibben
Hi. I am very new to R and have been diligently working my way through the manual and various tutorials. I am now trying to work with some of my own data and have encountered a problem that I need to fix. I have a dataframe with 8 columns and approximately 850 rows. I have provided an excerpt

Re: [R] error in importing text files

2009-05-18 Thread Eric McKibben
- Original Message - From: To: "Eric McKibben" Cc: ; Sent: Monday, May 18, 2009 11:01 AM Subject: Re: [R] error in importing text files Eric, The error suggests that the file has an inconsistent number of attributes. You should inspect the file to make sure that each line has the s

[R] error in importing text files

2009-05-18 Thread Eric McKibben
Hello All: I am very new to R and am trying to import some (107) text files into R while simultaneously manipulating the data into a structure that I can use. Below is a description of what I am trying to ultimately accomplish. However, I find that I am unable to even read one file into R usin