InputCibBanner: InputCibBanner

View source: R/InputCibBanner.R

InputCibBannerR Documentation

InputCibBanner

Description

A Zero-input function that will prompt the user to list their descriptors, along with the states associated with each descriptors. Useful for getting started with CIB.

Usage

InputCibBanner()

Value

A list containing first a CIB matrix, and second a vector allowing the computer to more easily interpret said matrix.

Note

MakeScoreMatrix is probably the function you will need directly after this.

Author(s)

Alastair Jamieson Lane. <aja107@math.ubc.ca>

Examples

CIBobject<- InputCibBanner()
TransScoresAdj<-MakeScoreMatrix(CIBobject)
Transitions<-LocalBoltzmann(CIBobject,TransScoresAdj)
CIBforecast(Transitions)


alastair-JL/StochasticCIB documentation built on July 27, 2023, 1:12 a.m.