[R] Writing the output of a regression object to a file

Hanlie Pretorius hanlie.pretorius at gmail.com
Wed Jul 20 16:54:26 CEST 2011


Thanks for the reply.

write.table(esvr.pred) worked - I got data out that's been scaled back
to its original range of values.

2011/7/19, Bert Gunter <gunter.berton at gene.com>:
> If I understand you correctly,
>
>
>> I would like to export the esvr.pred object to a file so that I can
>> draw a graph of it against my original data in other software that I'm
>> using.
>>
>
> you cannot do this. You can export **data**, but of course any R
> "object" is either a binary or text (via dput) representation of an R
> structure, which can only be understood by R, not another software
> system.
>
> See ?write, ?write.table, or the R import/export manual for how to
> export data (as text) to be imported by other software.
>
>
> Cheers,
> Bert
>
>
> Bert Gunter
> Genentech Nonclinical Biostatistics
>



More information about the R-help mailing list