Re: [R] write.dta limits

2005-06-07 Thread David Whiting
Thomas Lumley [EMAIL PROTECTED] writes: On Mon, 6 Jun 2005, Jean Eid wrote: Hope everyone id doing great .. Just need some clarification over the limit of write.dta. I have some coauthors that use stata and I need to send them my data in .dta format. the data.frame is 41706x229 and I get

Re: [R] write.dta limits

2005-06-07 Thread Thomas Lumley
On Tue, 7 Jun 2005, David Whiting wrote: When I have encountered this error message in the past seems to have resulted from a blank/empty level in a factor or an empty character. Thanks. That is useful. I wasn't claiming that was no bug, just that it wasn't a limit on the file size.

Re: [R] write.dta limits

2005-06-07 Thread Thomas Lumley
On Tue, 7 Jun 2005, David Whiting wrote: When I have encountered this error message in the past seems to have resulted from a blank/empty level in a factor or an empty character. For example: I've sent a fixed version to CRAN. The C standard says that the return value of fwrite() is equal

[R] write.dta limits

2005-06-06 Thread Jean Eid
Hope everyone id doing great .. Just need some clarification over the limit of write.dta. I have some coauthors that use stata and I need to send them my data in .dta format. the data.frame is 41706x229 and I get the following Error in write.dta(Panel, file = STATADATA/Panel.dta, version = 7) :

Re: [R] write.dta limits

2005-06-06 Thread Jean Eid
did not clarify the system and such ... platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major2 minor0.1 year 2004 month11 day 15 language R The foreign package version is 0.8-4 On Mon, 6 Jun 2005, Jean Eid wrote: Hope

Re: [R] write.dta limits

2005-06-06 Thread Thomas Lumley
On Mon, 6 Jun 2005, Jean Eid wrote: Hope everyone id doing great .. Just need some clarification over the limit of write.dta. I have some coauthors that use stata and I need to send them my data in .dta format. the data.frame is 41706x229 and I get the following Error in write.dta(Panel, file

Re: [R] write.dta limits

2005-06-06 Thread Andrew Stryker
Thomas Lumley [EMAIL PROTECTED] wrote on 2005-Jun-06: On Mon, 6 Jun 2005, Jean Eid wrote: Hope everyone id doing great .. Just need some clarification over the limit of write.dta. I have some coauthors that use stata and I need to send them my data in .dta format. the data.frame is

Re: Re: [R] write.dta limits

2005-06-06 Thread ronggui
i can write the file to dta. a-matrix(rnorm(41706*229),nrow=41706) a-as.data.frame(a) write.dta(a,file=c:\\new.dta) version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status Patched major2

Re: Re: [R] write.dta limits

2005-06-06 Thread Andrew Stryker
ronggui [EMAIL PROTECTED] wrote on 2005-Jun-07: i can write the file to dta. a-matrix(rnorm(41706*229),nrow=41706) a-as.data.frame(a) write.dta(a,file=c:\\new.dta) version _ platform i386-pc-mingw32 arch i386 os mingw32 system