public class Panelmodel extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
Panelmodel.DIST |
static class |
Panelmodel.LINK |
static class |
Panelmodel.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_METHOD |
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 |
static java.lang.String |
KEY_VCOMP |
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 |
---|
Panelmodel() |
Panelmodel(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCensor() |
Responsevar[] |
getDepVar() |
Responsevar[] |
getDepVars() |
Panelmodel.DIST |
getDist() |
Panelmodel.DIST |
getDistribution() |
Effect[] |
getEffects() |
java.lang.String |
getEntry() |
Effect[] |
getGroup() |
java.lang.Object |
getInclude() |
java.lang.Boolean |
getInformative() |
Panelmodel.LINK |
getLink() |
java.lang.String |
getMethod() |
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() |
Panelmodel.TYPE |
getType() |
java.lang.String |
getVcomp() |
Panelmodel |
setCensor(java.lang.String value)
Sets the value of parameter 'censor': specifies the censor variable.
|
Panelmodel |
setDepVar(Responsevar[] value) |
Panelmodel |
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.
|
Panelmodel |
setDist(Panelmodel.DIST value)
Sets the value of parameter 'dist': specifies the response distribution for the model.
|
Panelmodel |
setDistribution(Panelmodel.DIST value) |
Panelmodel |
setEffects(Effect[] value)
Sets the value of parameter 'effects': specifies a list of effects that define the model.
|
Panelmodel |
setEntry(java.lang.String value)
Sets the value of parameter 'entry': specifies the entry variable.
|
Panelmodel |
setGroup(Effect[] value)
Sets the value of parameter 'group': defines an effect that specifies heterogeneity in the covariance structure of G for mixed models.
|
Panelmodel |
setInclude(Effect[] value)
Sets the value of parameter 'include' for alternative 2.
|
Panelmodel |
setInclude(java.lang.Integer value)
Sets the value of parameter 'include' for alternative 1.
|
Panelmodel |
setInformative(java.lang.Boolean value)
Sets the value of parameter 'informative': when set to True, models missing values by using extra model effects.
|
Panelmodel |
setLink(Panelmodel.LINK value)
Sets the value of parameter 'link': specifies the link function for the model.
|
Panelmodel |
setMethod(java.lang.String value)
Sets the value of parameter 'method'.
|
Panelmodel |
setNoint(java.lang.Boolean value)
Sets the value of parameter 'noint': when set to True, does not include the intercept term in the model.
|
Panelmodel |
setOffset(java.lang.String value)
Sets the value of parameter 'offset': specifies a numeric offset variable.
|
Panelmodel |
setStart(Effect[] value)
Sets the value of parameter 'start' for alternative 2.
|
Panelmodel |
setStart(java.lang.Integer value)
Sets the value of parameter 'start' for alternative 1.
|
Panelmodel |
setSubject(Effect[] value)
Sets the value of parameter 'subject': identifies the subjects in a mixed model.
|
Panelmodel |
setTarget(Responsevar[] value) |
Panelmodel |
setTrial(java.lang.String value)
Sets the value of parameter 'trial': specifies a positive numeric variable that is the number of trials.
|
Panelmodel |
setType(Panelmodel.TYPE value)
Sets the value of parameter 'type': specifies the type of model for actions that support multiple model specifications.
|
Panelmodel |
setVcomp(java.lang.String value)
Sets the value of parameter 'vcomp'.
|
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 static final java.lang.String KEY_METHOD
public static final java.lang.String KEY_VCOMP
public Panelmodel()
public Panelmodel(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 Panelmodel setDepVars(Responsevar[] value)
value
- The valuepublic Panelmodel setDepVar(Responsevar[] value)
public Panelmodel setTarget(Responsevar[] value)
public Effect[] getEffects()
public Panelmodel setEffects(Effect[] value)
value
- The valuepublic java.lang.String getTrial()
public Panelmodel setTrial(java.lang.String value)
value
- The valuepublic java.lang.String getOffset()
public Panelmodel setOffset(java.lang.String value)
value
- The valuepublic java.lang.Boolean getNoint()
public Panelmodel setNoint(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getInformative()
public Panelmodel setInformative(java.lang.Boolean value)
value
- The valuepublic Panelmodel.DIST getDist()
public Panelmodel.DIST getDistribution()
public Panelmodel setDist(Panelmodel.DIST value)
value
- The valuepublic Panelmodel setDistribution(Panelmodel.DIST value)
public Panelmodel.LINK getLink()
public Panelmodel setLink(Panelmodel.LINK value)
value
- The valuepublic Panelmodel.TYPE getType()
public Panelmodel setType(Panelmodel.TYPE value)
value
- The valuepublic java.lang.String getCensor()
public Panelmodel setCensor(java.lang.String value)
value
- The valuepublic Effect[] getSubject()
public Panelmodel setSubject(Effect[] value)
value
- The valuepublic Effect[] getGroup()
public Panelmodel setGroup(Effect[] value)
value
- The valuepublic java.lang.Object getStart()
public Panelmodel setStart(java.lang.Integer value)
value
- The valuepublic Panelmodel setStart(Effect[] value)
value
- The valuepublic java.lang.Object getInclude()
public Panelmodel setInclude(java.lang.Integer value)
value
- The valuepublic Panelmodel setInclude(Effect[] value)
value
- The valuepublic java.lang.String getEntry()
public Panelmodel setEntry(java.lang.String value)
value
- The valuepublic java.lang.String getMethod()
public Panelmodel setMethod(java.lang.String value)
value
- The valuepublic java.lang.String getVcomp()
public Panelmodel setVcomp(java.lang.String value)
value
- The value