Packages

object ANCOVA1 extends Error

The ANCOVA1 companion object provides factor functions.

Linear Supertypes
Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ANCOVA1
  2. Error
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(xt: MatriD, y: VectoD, fname: Strings = null, technique: RegTechnique.RegTechnique = QR): ANCOVA1

    Create an ANCOVA1 model from a combined data matrix 'xt'.

    Create an ANCOVA1 model from a combined data matrix 'xt'.

    xt

    the data/input matrix of continuous variables and a treatment/categorical variable in the last column

    y

    the response/output vector

    fname

    the feature/variable names

    technique

    the technique used to solve for b in x.t*x*b = x.t*y

  2. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error