object ANCOVA extends Error
The ANCOVA
companion object provides helper functions.
- Alphabetic
- By Inheritance
- ANCOVA
- Error
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
dummyVar(t: VectoI, shf: VectoI = shift, tmx: VectoI = tmax): VectoD
Assign values for dummy variables based on a single categorical/treatment vector 't'.
Assign values for dummy variables based on a single categorical/treatment vector 't'.
- t
the categorical/treatment vector
- tmx
the maximum vector categorical/treatment after shifting
- See also
Variable
Note: To maintain consistencyVariable
is the only place where values for dummy variables should be set
-
def
dummyVars(t: MatriI): MatriD
Assign values for the dummy variables based on the categorical/treatment vector 't'.
Assign values for the dummy variables based on the categorical/treatment vector 't'.
- t
the categorical/treatment level matrix
- See also
Variable
Note: To maintain consistencyVariable
is the only place where values for dummy variables should be set
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
flaw(method: String, message: String): Unit
- Definition Classes
- Error
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
get_shift_tmax: (VectorI, VectorI)
Return the shift in categorical/treatment variables to make tihem start at zero as well as the maximum values after shifting.
Return the shift in categorical/treatment variables to make tihem start at zero as well as the maximum values after shifting. Must call 'dummyVars' first.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated