toy_mm_maker: Make a toy mm object

toy_mm_makerR Documentation

Make a toy mm object

Description

Create a toy mhp object with three levels: temperature, rainfall, and humidity.

Usage

toy_mm_maker(na, nb, nc, include_first = TRUE)

Arguments

na,nb,nc

Numbers of observations for each level

include_first

Boolean, with default TRUE meaning to include an extra observation of each level at the midpoint of the domain

Value

Returns an object of class mhp.

Author(s)

Robin K. S. Hankin

Examples

toy_mm_maker(4,5,6,FALSE)
toy_mm_maker(1,1,2,TRUE)

multivator documentation built on Aug. 22, 2023, 9:10 a.m.