generate_brunner_lizards: Generate a little lizard data model from Brunner course for...

View source: R/test_util.R

generate_brunner_lizardsR Documentation

Generate a little lizard data model from Brunner course for testing

Description

XXXX

Usage

generate_brunner_lizards(
  typ = 1,
  node1.name = NULL,
  node2.name = NULL,
  node3.name = NULL,
  node1.states = NULL,
  node2.states = NULL,
  node3.states = NULL
)

Arguments

XX

The XX

Details

The function will

The function will generate a little lizard data model for testing. Originally from: https://www.utstat.toronto.edu/~brunner/oldclass/312f12/lectures/312f12LoglinearWithR2.pdf Generating the data this way saves a little space in testing and allows the user to change the names of the nodes and states.

Value

A little data set


npetraco/CRFutil documentation built on Nov. 23, 2023, 11:30 a.m.