public class Mdcmodel extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
Mdcmodel.DIST |
static class |
Mdcmodel.LINK |
static class |
Mdcmodel.TYPE |
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_CENSOR |
static java.lang.String |
KEY_DEPVARS |
static java.lang.String |
KEY_DIST |
static java.lang.String |
KEY_EFFECTS |
static java.lang.String |
KEY_ENTRY |
static java.lang.String |
KEY_GROUP |
static java.lang.String |
KEY_INCLUDE |
static java.lang.String |
KEY_INFORMATIVE |
static java.lang.String |
KEY_LINK |
static java.lang.String |
KEY_NOINT |
static java.lang.String |
KEY_OFFSET |
static java.lang.String |
KEY_START |
static java.lang.String |
KEY_SUBJECT |
static java.lang.String |
KEY_TRIAL |
static java.lang.String |
KEY_TYPE |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
Mdcmodel() |
Mdcmodel(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCensor() |
Responsevar[] |
getDepVar() |
Responsevar[] |
getDepVars() |
Mdcmodel.DIST |
getDist() |
Mdcmodel.DIST |
getDistribution() |
Effect[] |
getEffects() |
java.lang.String |
getEntry() |
Effect[] |
getGroup() |
java.lang.Object |
getInclude() |
java.lang.Boolean |
getInformative() |
Mdcmodel.LINK |
getLink() |
java.lang.Boolean |
getNoint() |
java.lang.String |
getOffset() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Object |
getStart() |
Effect[] |
getSubject() |
Responsevar[] |
getTarget() |
java.lang.String |
getTrial() |
Mdcmodel.TYPE |
getType() |
Mdcmodel |
setCensor(java.lang.String value)
Sets the value of parameter 'censor': specifies the censor variable.
|
Mdcmodel |
setDepVar(Responsevar[] value) |
Mdcmodel |
setDepVars(Responsevar[] value)
Sets the value of parameter 'depVars': specifies a list of variables and variable-specific parameters to use as response variables in the modeling.
|
Mdcmodel |
setDist(Mdcmodel.DIST value)
Sets the value of parameter 'dist': specifies the response distribution for the model.
|
Mdcmodel |
setDistribution(Mdcmodel.DIST value) |
Mdcmodel |
setEffects(Effect[] value)
Sets the value of parameter 'effects': specifies a list of effects that define the model.
|
Mdcmodel |
setEntry(java.lang.String value)
Sets the value of parameter 'entry': specifies the entry variable.
|
Mdcmodel |
setGroup(Effect[] value)
Sets the value of parameter 'group': defines an effect that specifies heterogeneity in the covariance structure of G for mixed models.
|
Mdcmodel |
setInclude(Effect[] value)
Sets the value of parameter 'include' for alternative 2.
|
Mdcmodel |
setInclude(java.lang.Integer value)
Sets the value of parameter 'include' for alternative 1.
|
Mdcmodel |
setInformative(java.lang.Boolean value)
Sets the value of parameter 'informative': when set to True, models missing values by using extra model effects.
|
Mdcmodel |
setLink(Mdcmodel.LINK value)
Sets the value of parameter 'link': specifies the link function for the model.
|
Mdcmodel |
setNoint(java.lang.Boolean value)
Sets the value of parameter 'noint': when set to True, does not include the intercept term in the model.
|
Mdcmodel |
setOffset(java.lang.String value)
Sets the value of parameter 'offset': specifies a numeric offset variable.
|
Mdcmodel |
setStart(Effect[] value)
Sets the value of parameter 'start' for alternative 2.
|
Mdcmodel |
setStart(java.lang.Integer value)
Sets the value of parameter 'start' for alternative 1.
|
Mdcmodel |
setSubject(Effect[] value)
Sets the value of parameter 'subject': identifies the subjects in a mixed model.
|
Mdcmodel |
setTarget(Responsevar[] value) |
Mdcmodel |
setTrial(java.lang.String value)
Sets the value of parameter 'trial': specifies a positive numeric variable that is the number of trials.
|
Mdcmodel |
setType(Mdcmodel.TYPE value)
Sets the value of parameter 'type': specifies the type of model for actions that support multiple model specifications.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String KEY_DEPVARS
public static final java.lang.String KEY_EFFECTS
public static final java.lang.String KEY_TRIAL
public static final java.lang.String KEY_OFFSET
public static final java.lang.String KEY_NOINT
public static final java.lang.String KEY_INFORMATIVE
public static final java.lang.String KEY_DIST
public static final java.lang.String KEY_LINK
public static final java.lang.String KEY_TYPE
public static final java.lang.String KEY_CENSOR
public static final java.lang.String KEY_SUBJECT
public static final java.lang.String KEY_GROUP
public static final java.lang.String KEY_START
public static final java.lang.String KEY_INCLUDE
public static final java.lang.String KEY_ENTRY
public Mdcmodel()
public Mdcmodel(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic Responsevar[] getDepVars()
public Responsevar[] getDepVar()
public Responsevar[] getTarget()
public Mdcmodel setDepVars(Responsevar[] value)
value
- The valuepublic Mdcmodel setDepVar(Responsevar[] value)
public Mdcmodel setTarget(Responsevar[] value)
public Effect[] getEffects()
public Mdcmodel setEffects(Effect[] value)
value
- The valuepublic java.lang.String getTrial()
public Mdcmodel setTrial(java.lang.String value)
value
- The valuepublic java.lang.String getOffset()
public Mdcmodel setOffset(java.lang.String value)
value
- The valuepublic java.lang.Boolean getNoint()
public Mdcmodel setNoint(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getInformative()
public Mdcmodel setInformative(java.lang.Boolean value)
value
- The valuepublic Mdcmodel.DIST getDist()
public Mdcmodel.DIST getDistribution()
public Mdcmodel setDist(Mdcmodel.DIST value)
value
- The valuepublic Mdcmodel setDistribution(Mdcmodel.DIST value)
public Mdcmodel.LINK getLink()
public Mdcmodel setLink(Mdcmodel.LINK value)
value
- The valuepublic Mdcmodel.TYPE getType()
public Mdcmodel setType(Mdcmodel.TYPE value)
value
- The valuepublic java.lang.String getCensor()
public Mdcmodel setCensor(java.lang.String value)
value
- The valuepublic Effect[] getSubject()
public Mdcmodel setSubject(Effect[] value)
value
- The valuepublic Effect[] getGroup()
public Mdcmodel setGroup(Effect[] value)
value
- The valuepublic java.lang.Object getStart()
public Mdcmodel setStart(java.lang.Integer value)
value
- The valuepublic Mdcmodel setStart(Effect[] value)
value
- The valuepublic java.lang.Object getInclude()
public Mdcmodel setInclude(java.lang.Integer value)
value
- The valuepublic Mdcmodel setInclude(Effect[] value)
value
- The valuepublic java.lang.String getEntry()
public Mdcmodel setEntry(java.lang.String value)
value
- The value