tbates / umx

Making Structural Equation Modeling (SEM) in R quick & powerful
https://tbates.github.io/
44 stars 17 forks source link

improve output of power.ACE.test #170

Closed tbates closed 2 years ago

tbates commented 2 years ago

Currently, if the user sets n, power.ACE.test() will think (because power defaults to 80%), that they want to estimate the parameter size needed for 80% power at the chosen n.

However, it's likely the user intended to estimate power, and didn't realise they need to set power=NULL to do that.

So... Improve the feedback to highlight what is fixed and what they are estimating.

tbates commented 2 years ago

Now states clearly what the user fixed, and what power.ACE.test estimated.