semEff (version 0.1.0)

Object.Type: Object Types

Description

Functions to determine the 'type' of an R object using classes. Intended largely for convenience and for internal use.

Usage

isList(x)

isBoot(x)

isMod(x)

isGlm(x)

isMerMod(x)

Arguments

x

An R object.

Value

A logical value.

Functions

  • isList: Is object of class "list"?

  • isBoot: Is object of class "boot"?

  • isMod: Is object a linear or generalised linear (mixed) model?

  • isGlm: Is object a generalised linear (mixed) model?

  • isMerMod: Is object a mixed model (class "merMod")?