Displaying 4 results from an estimated 4 matches for "xianm".
Did you mean:
xiang
2008 Sep 09
2
match problem by rownames
...1252;LC_MON
ETARY=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_0.17-13
loaded via a namespace (and not attached):
[1] grid_2.7.2
>
Regards,
Xianming
DISCLAIMER:\ For details of our e-mail disclaimer, pleas...{{dropped:15}}
2012 Aug 31
2
dynamic list in aggregate()
...define grouping factors
grp <- c('a','d') # or any combination among a, b, c and d
## something like this for the list
lst <- paste('dat$', grp, sep='', collapse =',')
## aggregate on the defined list
aggregate(dat$x, list(lst), mean)
Thanks.
Regards,
Xianming
-------------------- Internet e-Mail Disclaimer --------------------
PRIVILEGED - PRIVATE AND CONFIDENTIAL: This email and any files transmitted with it are intended solely for the use of the addressee(s) and may contain information, which is confidential or privileged. If you are not the in...
2009 Mar 02
1
how to pass a command variable in DOS to R program in R CMD BATCH
...BATCH generate.data.R [I don't know how I can pass %counter to
generate.data.R]
asreml asreml.program
R CMD BATCH collate.results.R
print %counter
set /a counter=%counter%+1
if %counter% ==15360 (goto :eof) else (echo %counter% >> C:\count.txt)
goto :numbers
Regards,
Xianming
DISCLAIMER:\ For details of our e-mail disclaimer, pleas...{{dropped:24}}
2010 May 20
0
Installation problem with "geepack"
Hi there,
I just installed the package under windows, and it works very well. However, as I tried to install it on a cluster which uses linux OS,
"Linux lionxc.aset.psu.edu 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux"
I always failed. The message during the installation process is as follows:
> install.packages("geepack")
Warning