Object.Type {semEff}R Documentation

Object Types

Description

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

Usage

isList(x)

isBoot(x)

isMod(x)

isGlm(x)

isMer(x)

isGls(x)

isBet(x)

Arguments

x

An R object.

Value

A logical value.

Functions


[Package semEff version 0.7.2 Index]