is_uninitializedField: Check if uninitializedField

Description Usage Arguments

View source: R/assertions.R

Description

Check if uninitializedField

Usage

1
2
3
4
5
is_uninitializedField(
  x,
  msg = "Zelig model has not been estimated.",
  fail = TRUE
)

Arguments

x

a zelig.out method

msg

character string with the error message to return if fail = TRUE.

fail

logical whether to return an error if x uninitialzed.


Zelig documentation built on Jan. 8, 2021, 2:26 a.m.