简体   繁体   English

提取协方差矩阵非线性拟合

[英]Extract covariance matrix nonlinear fit

Using a JSL script, I would like to extract the covariance matrix of a nonlinear model. 我想使用JSL脚本提取非线性模型的协方差矩阵。 I have a 4PL curve. 我有一条4PL曲线。 But when I request: m["Logistic 4P"]["Parameter Estimates"]["Covariance of Estimates"]["Reference"][""]; 但是当我请求时:m [“ Logistic 4P”] [“ Parameter Estimates”] [“ Revariation of Estimates”] [“ Reference”] [“”];

It is said that it is an outlinebox and therefore can't be converted into a Data Table, nor a matrix. 据说这是一个大纲框,因此不能转换为数据表或矩阵。

However, while right clicking on it, I can convert it in both, so it must be possible using JSL. 但是,在右键单击它时,我可以同时将其转换,因此必须可以使用JSL。

Any ideas? 有任何想法吗?

好吧,最终,它找到了,如果它可以帮助某人:

m["Logistic 4P"]["Parameter Estimates"]["Covariance of Estimates"]["Reference"][1] << make into data table;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 提取协方差矩阵以估计R?中的协方差参数。 - Extract the covariance matrix for estimates covariance parameters in R? SAS:使用变量创建协方差矩阵 - SAS: create covariance matrix with variables Proc GLM的方差协方差矩阵 - Variance Covariance Matrix from Proc GLM 从文件计算SAS中的协方差矩阵,而不是手动编写编辑器中的数据 - Calculate covariance matrix in SAS from a file instead of write manually the datas in the editor 如何显示来自 proc glimmix 或 proc mixed 的协方差矩阵? - How do I display the covariance matrix from proc glimmix or proc mixed? 从lme4中提取(i)随机效应的估计方差-协方差矩阵和/或(ii)混合模型方程解作为矩阵? - Extracting the (i) estimated variance-covariance matrix of random effects and/or (ii) mixed model equation solutions from lme4 as matrices? SAS中的非线性多元回归 - Nonlinear multiple regression in SAS 计算SAS中事件窗口的相关性和协方差 - Calculating correlation and covariance for a event window in SAS 如何在 R 中获取非线性回归 model 的方差分析表 - How to obtain analysis of variance table for a nonlinear regression model in R 通过 SAS proc IML 设置求解非线性方程的初始值 - Set initial values for solving nonlinear equation by SAS proc IML
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM