Hi. I am new to R, switching from Stata, please understand if I ask a dumb question.
I am trying to calculate sample size for a full factorial experimental design. I have used the following command after having installed and library-ed BDEsize package. But it does not return anything. I mean I was expecting it return an info on the suggested sample size...
A<-Size.Full(factor=2, factor.lev=c(2,3),order=2,
delta_type=1, delta=c(1,0,1), alpha=0.05, beta=0.2)
Thanks a million in advance for your help.