Skip to content

Multivariate Power Test?

4 messages · Charles Determan Jr, Marc Schwartz, Michael Friendly

#
On Mar 6, 2013, at 10:50 PM, Charles Determan Jr <deter088 at umn.edu> wrote:

            
Are you referring to a multivariate response or a multivariable model? Just trying to parse the terminology better.

If the former, I don't believe that there is anything in R, but could be wrong. If correct, then you might want to look at simulation.

If the latter, you might want to look at the Clinical Trials Task View:

  http://cran.r-project.org/web/views/ClinicalTrials.html

as there are various packages that might fit what you need, but again, simulation is always an option.

Regards,

Marc Schwartz
#
On 3/6/2013 11:50 PM, Charles Determan Jr wrote:
I don't know an R implementation, but the theory of multivariate power 
analysis is well worked out and implemented in SAS/IML.

See POWERLIB, described in
http://www.jstatsoft.org/v30/i05

HTH
-Michael