womExtractModel(WMCapacity)
womExtractModel()所属R语言包:WMCapacity
Extract WMCapacity model specification and results.
提取WMCapacity型号规格和结果。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The womExtractModel function allows the user to extract model specification and results that were defined in the wommbatGUI graphical user interface. This allows the user to extract
womExtractModel功能允许用户提取型号规格中定义的wommbatGUI图形用户界面的结果。这允许用户提取
用法----------Usage----------
womExtractModel(name=1)
参数----------Arguments----------
参数:name
the name (or number) of the model defined in the GUI.
在GUI中定义的模型的名称(或编号)。
Details
详细信息----------Details----------
The womExtractModel function allows the user access to the model specifications and analysis results from the GUI, once they've been defined.
womExtractModel:功能允许用户访问的型号规格和分析结果的GUI,一旦被定义。
For further details, see the user's manual at http://wmcapacity.r-forge.r-project.org/.
有关进一步详情,请参阅用户手册http://wmcapacity.r-forge.r-project.org/。
值----------Value----------
A list containing the following elements (if applicable): <table summary="R valueblock"> <tr valign="top"><td>modelName</td> <td> The name of the model.</td></tr> <tr valign="top"><td>model</td> <td> A list containing the model specification.</td></tr> <tr valign="top"><td>priors</td> <td> A list containing the prior specification.</td></tr> <tr valign="top"><td>settings</td> <td> A list containing the MCMC settings, if an analysis has been performed.</td></tr> <tr valign="top"><td>results</td> <td> A list containing the results, if an analysis has been performed.</td></tr>
一个列表,其中包含下列元素(如适用):<table summary="R valueblock"> <tr valign="top"> <TD>modelName </ TD> <TD>的模型的名称。< / TD> </ TR> <tr valign="top"> <TD> model</ TD> <td>一个列表,其中包含的型号规格。</ TD> </ TR> <TR VALIGN =“顶“<TD> priors </ TD> <td>一个列表,其中包含先前的规范。</ TD> </ TR> <tr valign="top"> <TD>settings / TD> <td>一个列表,其中包含的MCMC设置,如果已进行的分析。</ TD> </ TR> <tr valign="top"> <TD>results </ TD> <TD > A列表,其中包含的结果,如果已进行分析。</ TD> </ TR>
</table>
</ TABLE>
参见----------See Also----------
wommbatGUI, for fitting the working memory models.
wommbatGUI,装修的工作记忆模型。
实例----------Examples----------
## Not run: [#不运行:]
## load Visual Array data set (Rouder et al., 2008)[#加载视觉阵列的数据集(Rouder等,2008)]
data(VisualArray)
## Define the model in the GUI[#定义模型中的GUI]
wommbatGUI(dataFrame=VisualArray)
# extract the first model. Replace 'Model' with the model name (in quotes)[提取的第一款车型。更换“模式”的型号名称(在引号中)]
myModel = womExtractModel(name='Model')
# examine the posterior means (if an analysis has been performed)[检查后装置(如果已进行的分析)]
myModel$results$pointEst
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|