结果:找到“nlm,c(0.1,2))”相关内容80个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
求助 nlmixed
0 个回复 - 1119 次查看
运行nlmixed,预估模型里面的这个s2是代表什么意思啊?是SAS里面的一个常用符号吗?一直没找到答案,求教!
参考文献链接
2018-3-12 14:49 - lyhv587 - SAS专版
nlminb和optim做极大似然估计的结果差异
5 个回复 - 6227 次查看
尝试用极大似然估计做数值运算来估计三个未知参数,在设置相同初始值的情况下,使用nlminb和optim得出的估计值差异明显,而且使用不同的数据,optim的估计值不会发生变化,似乎仅与设定的初始值有关。帮助文件看起来 ...
2015-3-28 13:05 - 聪明的蜘蛛 - R语言论坛
sas nlmixed
0 个回复 - 424 次查看
PROC NLMIXED DATA = bb_long ;
b_0 = 1;
b_1 = 5;
traject = b_0 + (b_1-b_0)*(1/(1 + exp(-alpha*(time-lambda))));
MODEL bb_tstage ~ NORMAL( traject, v_e);
RANDOM alpha lambda ...
2022-4-14 16:32 - floret123 - SAS专版
智能语言中NLML语篇蕴涵的生成
语言学习对话系统
0 个回复 - 468 次查看
摘要翻译:
本研究报告介绍了CSIEC(教育交流中的计算机模拟)项目中文本蕴涵的生成。CSIEC是一个用于英语教学的基于自然语言的交互式网络人机对话系统。文本蕴涵(GTE)的生成对CSIEC项目的进一步完善至关重要。到目前 ...
2022-3-5 22:02 - 大多数88 - Forum
R语言用nlme包的lme函数怎么加入权重
2 个回复 - 7078 次查看
最近在学习Mixed model 的理论和在R中的运用,但是碰到了一些问题,我的数据是个体*环境*区组(200*2*3)有关基因与环境互作的。如下表所示,我的分析思路是这样的,
1.首先分单个环境逐一分析,每个环境下的数据就 ...
2016-3-23 17:35 - 盛夏果123 - R语言论坛
求救 SAS NLMIXED过程 运行报错
1 个回复 - 1699 次查看
求救:[/backcolor]
运行后sas日志提示: Quadrature accuracy of 0.000100 could not be achieved with 31 points. The achieved accuracy was 1.000000. 是为什么呀?[/backcolor]
2015-3-12 17:02 - 云中的angel辉 - SAS专版
proc nlmixed程序下parms命令问题
0 个回复 - 726 次查看
求助呀,头疼
程序是
proc nlmixed;
parms B0=0 V_u0=1;
logodds=B0+u0j;
odds=exp(logodds);
P=odds/(1+odds);
MODEL nQ302~binary(P);
random u0j~normal(0,V_u0)subject=site;
ESTIMATE 'icc' V_u ...
2020-10-19 17:24 - 初生牛犊00 - SAS专版
关于lme4包中的nlmer程序结果出现红色警告
1 个回复 - 2807 次查看
Warning messages:
1: In vcov.merMod(object, use.hessian = use.hessian) :
variance-covariance matrix computed from finite-difference Hessian is
not positive definite or contains NA values: falling ...
2017-3-20 10:42 - Nothing_LF - R语言论坛
R语言中nlminb函数的初始值设定
2 个回复 - 5931 次查看
我在用R语言中nlminb函数做极大似然估计时,其中有一个参数的迭代结果总是和设定的初始值一样,也就是初始值设定的是什么,最后结果就等于什么,而其他参数正常迭代出结果。这是为什么呢,哪位亲知道,指导一下,感谢 ...
2017-4-26 09:51 - dutongwei - R语言论坛
nlmixed过程的问题
6 个回复 - 4890 次查看
我用nlmixed处理logit函数,<br/>proc nlmixed data=sas.Nlmixed_panal ITDETAILS;<br/> parms a=-2 b=2 c=-1 d=-1 e=-1 f=1 s2u=0.0001; <br/> &nbs ...
2007-11-28 13:05 - vivi998 - SAS专版
如何知道proc NLMIXED 处理问题的流程
3 个回复 - 2899 次查看
如题,本人编程水平有限,看到NLMIXED可以做很多事情,如求导数等,想知道,如何能够看到sas中NLMIXED的运行流程,比如如何启动的,第一步是做什么,然后再怎么样等。这怎么才能知道?非常感谢!
2012-6-24 11:51 - 园丁鸟 - SAS专版
关于proc nlmixed过程
10 个回复 - 7368 次查看
我用proc nlmixed做受约束系数的logit模型,为什么结果中有的系数有t值、p值、stand error;而有的系数没有呢?
请问谁能帮我解答一下吗?我应该怎么解决这个问题呢?
2012-8-23 11:57 - 蝇子 - SAS专版
nlmer longitudinal data
0 个回复 - 1898 次查看
I've been working with the R Orthodont dataset in the "nlme" package. Just use install.packages("nlme");library(nlme);head(Orthodont) to take a look. The dataset is comprised of distance between the p ...
2014-5-7 02:21 - Nicolle - HLM专版
region switch regression in proc nlmixed
1 个回复 - 1384 次查看
When an error in a selection equation is correlated with regression equations, then these correlation measures have to be corrected in the likelihood function, otherwise the results will be bias ...
2015-3-9 17:12 - bobguy - 经管代码库
dynlm包 逐列动态回归
1 个回复 - 5815 次查看
各位好,请教一个问题。数据在下面,现在要回归y1和x1,x2,x3的关系,然后在回归y2和x1,x2,x3的关系。想使用dynlm命令做动态回归,想问一下应该怎么写代码?
dynlm命令参数:
dynlm(formula, data, subset, wei ...
2015-6-3 10:53 - happyqj - R语言论坛
求助:R的似然估计 nlm 怎么使用吖O(∩_∩)O~ 急
1 个回复 - 14578 次查看
R的似然估计 nlm 怎么使用吖 谢谢O(∩_∩)O哈!
例如下面这个题
某分布的密度函数如下:
X
1
2
>2
Probability
2q
2q2
1 - 2q - 2q2
(0 (02
170
利用nlm对参数θ进行极 ...
2010-11-30 17:18 - 小小酒喔 - R语言论坛
region switch regression in proc nlmixed
1 个回复 - 1134 次查看
When an error in a selection equation is correlated with regression equations, then these correlation measures have to be corrected in the likelihood function, otherwise the results will be biased.
...
2013-10-7 00:07 - bobguy - SAS专版
请教proc nlmixed的结果输出!
4 个回复 - 2627 次查看
各位大侠,请问proc nlmixed的估计结果的输出应该如何表示?(要求把结果输出到数据集中)
ods output dimensions =data1选项仅能数据变量规模,哪个选项适合输出估计值呢?谢谢各位了!
2009-7-13 14:32 - ywhwj - SAS专版
proc nlmixed
1 个回复 - 284 次查看
proc nlmixed我用一组数据代进去,SAS不报错。但换个数据,SAS就报错。这是怎么回事?
ERROR:Termination due to Floating Point Exception
是我的数据不符合模型的问题吗?
2012-10-23 19:27 - Silence. - SAS专版
帮我看看这段代码好吗?proc nlmixed
1 个回复 - 1182 次查看
proc nlmixed data=clmfreq;
parms b0=0 b1=0 b2=0 b3=0;
linp=b0+b1*x1+ b2*x2+b3*x3;
mu=exp(linp);
model count~Poisson(mu);
predict pdf('Poisson',count,mu) out=poiOut(keep= count pred);
run;
请问 ...
2012-10-23 17:45 - Silence. - SAS专版
帮我看看这段代码好吗?proc nlmixed
11 个回复 - 2620 次查看
proc nlmixed data=clmfreq;
parms b0=0 b1=0 b2=0 b3=0;
linp=b0+b1*x1+ b2*x2+b3*x3;
mu=exp(linp);
model count~Poisson(mu);
predict pdf('Poisson',count,mu) out=poiOut(keep= count pred);
run;
请问 ...
2012-11-1 20:26 - Silence. - SAS专版
proc nlmixed可有局限性?求解答
2 个回复 - 1574 次查看
我用proc countreg可以算出零膨胀负二项模型的参数估计,但用proc nlmixed却会报错。
WARNING: The final Hessian matrix is not positive definite, and therefore the estimated covariance
matrix is n ...
2012-10-24 21:26 - Silence. - SAS专版
Garch model with nlmixed
2 个回复 - 5175 次查看
See at the bottom.
The first and second are provided by SAS.
/*-----------------------------------------------------------------
Example: Estimating GARCH Models
Requires: SAS/ETS
...
2011-3-20 12:02 - bobguy - SAS专版
NLMIXED 参数初始值怎么都设不好啊?搞不出来~
7 个回复 - 2353 次查看
NLMIXED 参数初始值怎么都设不好啊?
如题,修改了很多次参数初始值“ parms a=0 b=0.001; ”, 还是没有搞出来。
高手帮忙啊~
多谢!
###############################################
SAS程序如 ...
2011-12-16 15:53 - jzhang04 - SAS专版
SAS NLMIXED的边界问题
1 个回复 - 1256 次查看
NLMIXED里面有bounds statement,假设parms a 有random effect u,
想问下如何利用bounds来限定 a+u在0和1之间?
在程序中直接用a+u>=0 和a+u
2011-4-29 22:33 - nicolaswe - SAS专版
nlmixed问题?大侠帮忙啊
5 个回复 - 2514 次查看
data t1;
input a b c;
cards;
-0.070905 0.005027519 0.0140444
0.050845 0.002585214 0.007411531
0.100575 0.010115331 0.001236536
0.06686 0.00447026 0.000568351
-0.052708 0.002778133 0.007148 ...
2010-11-22 17:08 - 董祥桥 - SAS专版
nlmixed结果中的"."?
5 个回复 - 2959 次查看
用SAS的nlmixed去进行数据分析。
预设了几个需要的参数的初始值,如: parms a=0 b=0 b1=0 s2=0.1;
数据分析的结果中,有些参数的p value或者标 ...
2010-7-31 22:59 - jzhang04 - SAS专版
求教:sas nlmixed 命令拟合多水平模型报错
1 个回复 - 3773 次查看
各位好:
我想用sas nlmixed 命令拟合多水平模型,反映AGE(中心化定量变量), GENDER,ECONOMY1, ECONOMY2(此3个为2分类变量)对HBP(2分类变量)的影响大小,其中ECONOMY1 ECONOMY2为二水平协变量,AGE ...
2010-10-31 22:47 - freetest - SAS专版
急!!!请教高手关于NLMIXED和GLIMMIX程序包的问题
3 个回复 - 2225 次查看
我正在处理多级数据,需要建立多层三分类LOGIT模型,在用到NLMIXED GLIMMIX两个程序包时,总是出错,我的程序如下:
/*空模型 nlmixed*/
PROC NLMIXED data=my.data2008100404;
PARMS a0=0 V_u0a=1 b0=0 V_u0b= ...
2010-4-6 10:39 - zerohero - SAS专版
求助 NLMIXED 转 nlme
2 个回复 - 2004 次查看
OPTIONS NODATE NOCENTER LS=76 PS=54; DATA a; INFILE 'temp.asc' FIRSTOBS=2; INPUT sbj trt resp n d1 d2 d3;PROC NLMIXED QPOINTS=75 GCONV=1E-30; PARM a=1.5 a1-a3=.2 lambda=1.3 sigma=.6;&nb ...
2008-1-2 10:02 - bioengineer - SAS专版
nlmixed过程的另一个问题
0 个回复 - 1837 次查看
在Nlmixed过程,random中的subject应该是计算主元的差异吧,它依据的是什么原理呢?主要是当我选择不同主元时,其他参数发生了显著的变化。这是什么原因,我怎么去解释呢?比如说观察学校和家庭和其他因素对学生成绩 ...
2007-12-31 21:18 - vivi998 - SAS专版
求助:proc nlmixed 的parms依据什么设置?
0 个回复 - 2720 次查看
最近正在学proc nlmixed 处理panel data,遇到下述例子,请问高手:parms的设置有什么依据,或者说怎样设置?1.options ls=80 ps=60;data one; infile 'isjall.dat';input country gender bigvtlim jp average unemr ...
2007-11-8 23:05 - zoweeapxff - SAS专版
[讨论]NLMIXED hypothesis test: x1 = x2 = x3
1 个回复 - 2619 次查看
Hello,
I'm constucting a nonlinear mixed model of some psycholinguistic data, with a binary dependent variable (correct/incorrect), and an independent three-level factor (verbtype) crossed with an in ...
2005-9-25 08:03 - SASCHEN - 计量经济学与统计软件