Displaying 2 results from an estimated 2 matches for "vikneswaran".
2009 Jul 15
6
Question regarding package submission to CRAN
**Please Note: Email below was bounced back (rejected by the Packages email list moderator), so please do not ask me to submit to r-packages@r-project.org<mailto:r-packages@r-project.org>.
Members,
I recently submitted my first package to the submissions ftp site on CRAN (7.3.09). The package has remained on the server since with no action? Do package review/updates occur monthly? When I
2010 May 16
0
two level fraction factorial design: How to input 'defining relation'?
I am trying to find the important factors from a two level fraction
factorial design (2^{8-4})
I have studied the companion of vikneswaran but would really like a
basic example of how to do this: (adapted to 8 factors):
mydata<-read.table("myfile.txt", header=T)
summary(aov(resp ~ A*B*C*D*E*F*G*H, data = mydata))
However i can't figure out how the input files are supposed to look.
(I can't find them google-wise...