Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

enumerateGeneralModels

Function for generation of nested linear models


Description

Generate lists of nested models, given a model formula

Usage

enumerateGeneralModels(fmla, whichModels, neverExclude = NULL,
  includeBottom = TRUE, data = NULL)

Arguments

fmla

formula for the "full" model

whichModels

which subsets of models to generate

neverExclude

a character vector of terms to never remove

includeBottom

Include the base model containing only neverExclude terms

data

a data frame containing the columns mentioned in fmla

Details

This is a backend function not intended for users. It is exposed for third-party applications.


BayesFactor

Computation of Bayes Factors for Common Designs

v0.9.12-4.2
GPL-2
Authors
Richard D. Morey [aut, cre, cph], Jeffrey N. Rouder [aut], Tahira Jamil [ctb, cph], Simon Urbanek [ctb, cph], Karl Forner [ctb, cph], Alexander Ly [ctb, cph]
Initial release
2018-05-09

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.