Learn R Programming

PHYLOGR (version 1.0.11)

Lacertid.varcov: Variance-covariance matrix for lacertids from Bauwens and Diaz-uriarte (1997)

Description

Phylogenetic variance-covariance matrix for 18 species of lacertids. It is based on Tree A of Bauwens and Diaz-Uriarte (1997).

Arguments

Format

The Lacertid.varcov data frame has 18 rows and 18 columns, corresponding to each one of the 18 lacertidspecies; the matrix is the phylogenetic variance-covariance matrix between all 18 species; thus, each entry dij is the the sum of branch segment lengths that species i and j share in common.

See Also

SimulExample, Lacertid.Original

Examples

Run this code
# NOT RUN {
# a GLS fit
data(Lacertid.varcov)
data(Lacertid.Original)
ex.gls.phylog <-
phylog.gls.fit(Lacertid.Original$svl,Lacertid.Original$clutch.size,Lacertid.varcov)
ex.gls.phylog


# }
# NOT RUN {
# This data can be obtained from the original dsc file as:
Lacertid.varcov <- read.phylog.matrix("ifsmi.dsc")
  
# }
# NOT RUN {


# }

Run the code above in your browser using DataLab