nongeno-class: Class '"nongeno"'

nongeno-classR Documentation

Class "nongeno"

Description

Class contains all information needed to generate a kernel matrix for non-genotype data.

Objects from the Class

Objects can be created by calls of the form new("nongeno", ...).

Slots

mat:

Object of class "matrix or NULL"; design matrix.

kernel:

Object of class "character"; type of kernel to generate.

weights:

Object of class "matrix"; weights to be used when generating kernel matrix.

Methods

No methods defined with class "nongeno" in the signature.

Note

This class is used to simplify input for and logic within the main program. New objects of this class should be created only through function nongeno().

Author(s)

Shannon T. Holloway

See Also

geno, nongeno

Examples

showClass("nongeno")

FastKM documentation built on June 7, 2022, 5:08 p.m.