nameCoefs: nameCoefs: Match names of coefficients to the parameter names...

Description Usage Arguments Details

Description

nameCoefs returns a dataframe of the coefficient summary plus the original names

Usage

1
2
nameCoefs(coef.summary, rand.levels, family, conditional = TRUE,
  form = NULL, name = NULL, coefs = NULL)

Arguments

coef.summary

Dataframe generated with the avgCoefs function

rand.levels

Levels of the random effects factor (e.g. levels(as.factor(data$site)))

family

Character string of the coda group names to match to the original names (e.g. "B.site")

conditional

Logical if true match the names to the conditional (specific) estimates for the random effects. If false match the names with the mean summary effects.

form

Formula object used for fitting the random effects indicated in family (e.g. formulae$site.form)

name

Optional character string to rename the coefficient name column

Details

var: blah, blah, blah value: something, something coefs <- colnames(data.cal$data.random.sites)


Conte-Ecology/conteStreamTemperature documentation built on Oct. 12, 2021, 10:26 p.m.