getStan_CIs: getStan_CIs

Description Usage Arguments Examples

Description

Function pulls 50 and 95

Usage

1
getStan_CIs(x, type, group, base, compare_gt, intercept)

Arguments

x

Stan glmm model

type

type of data, options are NA (linear model), "log" (Log10), "roam" (Poisson), "dauer" (logit)

group

optional argument for group-level effects, i.e. "food" or "temp". Must match column name for condition

base

optional argument for log models - base of log function

compare_gt

optional argument for group-level effect - if true, genotype is compared at each level of condition, if blank, then condition effects are returned.

intercept

optional parameter specifying whether an intercept was included in the model formula - see run_dauer_stan.R. If blank, assumes there is an intercept in model.

Examples

1
getStan_CIs(stan.glmm, type = "log", group = "food", base = 10, compare_gt = TRUE)

mikeod38/dauergut documentation built on May 30, 2019, 7:16 p.m.