Class AncovaTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class AncovaTest extends BaseAnalyzerConfigurationTest
Tests of ANCOVA: using linear models with mixtures of fixed level and continuous parameters. See test/data/stat-tests/README.txt for R code.
Author:
paul
  • Constructor Details

    • AncovaTest

      public AncovaTest()
  • Method Details

    • testAncovaContinuousCovariate

      public void testAncovaContinuousCovariate()
    • testAncovaCovariate

      public void testAncovaCovariate()
    • testAncovaTriLevel

      public void testAncovaTriLevel()
    • testAncovaTwoway

      public void testAncovaTwoway()
    • testAncovaWithInteraction

      public void testAncovaWithInteraction()