由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 一个低级R 问题
相关主题
R lm一问如何把model fitting statistics 读出来(R)
A question about regression急问negative binomial regression的结果的model significance看哪个参数
为什么数据‘看起来’不错,可是R^2却很低问一个关于cox proportional hazard model的基础问题
比较两个regression模型的系数急:SAS 问题
非典型machine learning面试请教:~~~~~~~~~~ proportional hazard survival model target 定义
请教:SPSS中Component Matrix和Component Score Coefficient Matrix中的数有什么关系?有谁知道crossover design里面作linear mixed model如何计算coefficient of variation (CV)?
PCA (principle component analysis) analysissurvival analysis and statistical power problem 求助
One interview question:) Looking for helpR求教
相关话题的讨论汇总
话题: wald话题: 问题话题: component话题: 低级话题: 变量名
进入Statistics版参与讨论
1 (共1页)
d**s
发帖数: 1255
1
问题:
有很多这样的 x ,要找出每个x 的 Wald p value。
用什么code能取出 wald P
one sample code:
k*******a
发帖数: 772
2
用names(fit)看结果里面返回了什么变量,里面应该会有wald p对应的变量名,比如
wald,那么你用 fit$wald就得到wald p了
d**s
发帖数: 1255
3
多谢!
以前这样的问题,很容易解决。用 ls.str()就能找到对应的变量名。但这次有点奇
怪,试了几种都不work。
感谢哪位大侠能出手帮忙!
> names(fit)
[1] "coefficients" "var" "loglik" "score"
[5] "iter" "linear.predictors" "residuals" "means"
[9] "method" "hazards" "y" "isF"
[13] "covars" "ttr" "w.means" "formula"
[17] "terms" "call" "events"

【在 k*******a 的大作中提到】
: 用names(fit)看结果里面返回了什么变量,里面应该会有wald p对应的变量名,比如
: wald,那么你用 fit$wald就得到wald p了

l*********s
发帖数: 5409
4
which package? Its help does not cover Wald test?
d**s
发帖数: 1255
5
library(eha)

【在 l*********s 的大作中提到】
: which package? Its help does not cover Wald test?
l*********s
发帖数: 5409
6
it has a component wald.test
1 (共1页)
进入Statistics版参与讨论
相关主题
R求教非典型machine learning面试
sas base 70 key -errors请教:SPSS中Component Matrix和Component Score Coefficient Matrix中的数有什么关系?
Re: reliability coefficient and its CIPCA (principle component analysis) analysis
网上看到一道题One interview question:) Looking for help
R lm一问如何把model fitting statistics 读出来(R)
A question about regression急问negative binomial regression的结果的model significance看哪个参数
为什么数据‘看起来’不错,可是R^2却很低问一个关于cox proportional hazard model的基础问题
比较两个regression模型的系数急:SAS 问题
相关话题的讨论汇总
话题: wald话题: 问题话题: component话题: 低级话题: 变量名