Re: [R] grofit package problem inputting dataset

2014-08-09 Thread Jeff Newmiller
Your "csv" output doesn't have any commas in it. Your email is in HTML format so we cannot trust it to show what is really there (read the Posting Guide). The sink function forwards stuff that would have been printed to a file, but that isn't a particularly good way to exchange data with other s

[R] grofit package problem inputting dataset

2014-08-08 Thread Fethe, Michael
I've recently wanted to analyze some data sets of growth curves; so, I decided to try out the grofit package the dataset inputting gave me some issues. I've been trying to replicate the example from the grofit package with R > foo <- ran.data(100, 25) > time <- foo$time > data <- foo$data