if you are looking to export output like a regression output you can use
this.

You create a cbind with the result of one or more regressions. and then
export it.Also you can not use cbind with results that change their number
of variables.

compareres3=cbind(unoe$coeff[,1:4],unor$coeff[,1:4],unol$coeff[,1:4],unop$
coeff[,1:4])


write.table(compareres3,"results3.csv",sep=",")

On Thu, Feb 28, 2013 at 10:06 AM, Milan Sharma <milansharma2...@yahoo.com>wrote:

> An output of data.frame form can be exported using "write.csv()"or
> "write.table"....
> Milan
>
>
> ----- Original Message -----
> From: "Hodgess, Erin" <hodge...@uhd.edu>
> To: Lilis Husna <lily_frankn...@yahoo.com>; "r-sig-geo@r-project.org" <
> r-sig-geo@r-project.org>
> Cc:
> Sent: Wednesday, February 27, 2013 11:23 PM
> Subject: Re: [R-sig-Geo] save output to excel;
>
> What kind of output, please?
> ________________________________________
> From: r-sig-geo-boun...@r-project.org [r-sig-geo-boun...@r-project.org]
> on behalf of Lilis Husna [lily_frankn...@yahoo.com]
> Sent: Wednesday, February 27, 2013 9:30 PM
> To: r-sig-geo@r-project.org
> Subject: [R-sig-Geo] save output to excel;
>
> How to save R Output into Ms.Excel ?
>
>
> Best Regards,
> Lilis Nurul Husna
> Institute of Statistics
>
> Jakarta
>
>
>
> ________________________________
>         [[alternative HTML version deleted]]
>
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>



-- 
Juan Tomás Sayago Gómez
Graduate Research Assistant
West Virginia University - RRI
886 Chestnut Ridge Road, Room 520
P.O. Box 6825
Morgantown, WV 26506-6825

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to