[R] Export Step Function Coefficients to Spreadsheet or Text File

D L McArthur dmca at ucla.edu
Fri Sep 14 00:38:36 CEST 2007


Eric R <busorafn <at> juno.com> writes:
>... I want to export the coefficients to a spreadsheet....

names(w)
write.csv (w$coefficients, file=...)

-- D L McArthur, UCLA Sch of Medicine, dmca <at> ucla.edu



More information about the R-help mailing list