search for: autofit

Displaying 4 results from an estimated 4 matches for "autofit".

2012 Mar 31
1
Is this is correct way to calculate AIC value for time series ?
i have attached time series file http://r.789695.n4.nabble.com/file/n4521545/1A1I_A_phi_psi_pot_r_k.txt 1A1I_A_phi_psi_pot_r_k.txt i am not understanding formula() function,but what i read,from that 1 st method:- > t<-read.table(file.choose()) #choosing attached file > lm<-lm(t$V1~ 1) # i used Tilde sign > loglik<-logLik(lm) > AIC(loglik)
2010 Mar 22
0
WriteXLS - New Version 1.9.0
...at me.com> License: GPL (>=2) URL: http://r-forge.r-project.org/projects/writexls/ Key changes since version 1.8.1: New arguments: 1. 'AdjWidth' for approximate auto column width adjustments to the longest (widest) entry in each column. This is approximate because the built-in AutoFit functions are not accessible from Perl. The approximation used will typically result in a column width that is somewhat too wide rather than too narrow and is based upon using the default font of Arial 10. Default is FALSE. 2. 'AutoFilter' for setting up autofiltering for each column. Defa...
2010 Mar 22
0
WriteXLS - New Version 1.9.0
...at me.com> License: GPL (>=2) URL: http://r-forge.r-project.org/projects/writexls/ Key changes since version 1.8.1: New arguments: 1. 'AdjWidth' for approximate auto column width adjustments to the longest (widest) entry in each column. This is approximate because the built-in AutoFit functions are not accessible from Perl. The approximation used will typically result in a column width that is somewhat too wide rather than too narrow and is based upon using the default font of Arial 10. Default is FALSE. 2. 'AutoFilter' for setting up autofiltering for each column. Defa...
2009 Jun 03
4
Excel Export in a beauty way
Hallo all, I`ve read a lot of things in this forum about an Excel export via R. It is no problem to export my data frames via write.table or write.xls (xls or csv), but some things are not very convenient for me: I always have to adjust the column with to see all the numbers or the text and there is no frame between the cells. And I missing the possibility to make some headers bold or coloured.