gchol-class {kinship}R Documentation

Class "gchol"

Description

a class of gchol

Objects from the Class

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

Slots

.Data:
Object of class "numeric" ~~
.Dim:
Object of class "integer" ~~
.Dimnames:
Object of class "list or NULL" ~~
rank:
Object of class "integer" ~~

Methods

coerce
signature(from = "gchol", to = "matrix"): ...
diag
signature(x = "gchol"): ...
show
signature(object = "gchol"): ...

[Package kinship version 1.1.0-21 Index]