You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design objects can be piped into getDataset() to enable pipe syntax for analysis, e.g., getDesignGroupSequential() |> getDataset(dataMeans) |> getAnalysisResults()
Performance of simulation means improved for 1 and 2 groups (by translating from R to C++)
Total test time was cut in half by improving simulation performance and enabling parallel testing
SystemRequirements: C++11 added to DESCRIPTION to enable C++ 11 compilation on R 3.x