| app_msg_functions {GenEst} | R Documentation | 
GenEst App Messages
Description
lists of messages used in the app
Usage
msgList()
clearNotifications(msgs = msgList(), clear = TRUE)
msgModRun(msgs, modelType, clear = TRUE)
msgModDone(msgs, rv, type = "SE", clear = TRUE)
msgModPartialFail(mods, type = "SE")
msgSampleSize(mods)
msgModWarning(mods, type = "SE", rv = NULL)
msgModSENobs(rv)
msgModFail(mods, type = "SE", special = NULL)
msgSSavgFail(msgs, rv, clear = TRUE)
msgSSinputFail(msgs, rv, clear = TRUE)
msgSplitFail(type = NULL)
msgFracNote(fracNote)
Arguments
msgs | 
 message list  | 
clear | 
 logical indicator if clearing should happen.  | 
modelType | 
 "SE", "CP", "g", or "M"  | 
rv | 
 reactive values list  | 
type | 
 "SE", "CP", "M", "split", or "g"  | 
mods | 
 Set Size list of models  | 
special | 
 indicator of a special type of message  | 
fracNote | 
 the note regarding the input  | 
[Package GenEst version 1.4.9 Index]