powered by
"nongeno"
Class contains all information needed to generate a kernel matrix for non-genotype data.
Objects can be created by calls of the form new("nongeno", ...).
new("nongeno", ...)
mat
Object of class "matrix or NULL"; design matrix.
"matrix or NULL"
kernel
Object of class "character"; type of kernel to generate.
"character"
weights
Object of class "matrix"; weights to be used when generating kernel matrix.
"matrix"
No methods defined with class "nongeno" in the signature.
geno, nongeno
geno
nongeno
# NOT RUN { showClass("nongeno") # }
Run the code above in your browser using DataLab