get_structure: Covariance structure of a breedR component

Description Usage Arguments Details Methods (by class)

View source: R/AllGeneric.R

Description

This generic function returns the covariance or precision matrix of a breedR random effect or a group of effects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_structure(x)

## S3 method for class 'breedR'
get_structure(x)

## S3 method for class 'effect_group'
get_structure(x)

## S3 method for class 'breedr_effect'
get_structure(x)

Arguments

x

A breedr_effect.

Details

For effect_groups, it returns the common structure of all the elements in the group.

Methods (by class)


famuvie/breedR documentation built on Sept. 6, 2021, 4:50 a.m.