Displaying 20 results from an estimated 434 matches for "walds".
Did you mean:
wald
2014 May 10
2
Duda_TEST DE WALD
Hola a todos y todas,
Gracias por vuestro apoyo en cantidad de preguntas anteriores, de nuevo os
escribo para compartir una duda:
Estoy trabajando con un modelo bien sencillo, es una regresión simple, pero
me gustaría comprobar la significación estadística de cada uno de los
coeficientes de regresión en el modelo. La idea es hacer un contraste de
hipótesis.
Me he descargado el paquete
2014 May 12
2
Duda_TEST DE WALD
Buenos días,
Gracias Carlos, siguiendo el ejemplo que comentas, esto es lo que he
introducido en el Scrip de RStudio:
*library(xlsx)*
*library(xlsxjars)*
*library(rJava)*
*library(aod)*
*R<-read.csv("2002.CSV", sep=";", dec=",", header=T)*
*attach(R)*
*group<-gl(2,670,1340,labels= c("AVE", "Log.Imports.Value.in.1000.USD"))*
2005 Aug 08
1
get the wald chi square in binary logistic regression
hello,
I work since a few time on R and i wanted to know how to obtain the Wald chi
square value when you make a binary logistic regression. In fact, i have the z
value and the signification but is there a script to see what is the value of
Wald chi square. You can see my model below,
Best regards,
S??verine Erhel
[Previously saved workspace restored]
> m3 = glm(reponse2 ~ form +
2006 Aug 21
1
interpreting coxph results
I am having trouble understanding results I'm getting back from coxph
doing a recurrent event analysis. I've included the model below and
the summary. In some cases, with minor variations, the Robust
variance and Wald tests are significant, but the individual
covariates may or may not be significant. My main question is: If
Wald and robust tests both take into account the
2012 Jul 28
4
quantreg Wald-Test
Dear all,
I know that my question is somewhat special but I tried several times to
solve the problems on my own but I am unfortunately not able to compute the
following test statistic using the quantreg package. Well, here we go, I
appreciate every little comment or help as I really do not know how to tell
R what I want it to do^^
My situation is as follows: I have a data set containing a
2011 Nov 20
1
Cox proportional hazards confidence intervals
I am calculating cox propotional hazards models with the coxph
function from the survival package. My data relates to failure of
various types of endovascular interventions. I can successfully
obtain the LR, Wald, and Score test p-values from the coxph.object, as
well as the hazard ratio as follows:
formula.obj = Surv(days, status) ~ type
coxph.model = coxph(formula.obj, df)
fit =
2011 Mar 23
0
p and wald values intra-groups geeglm: geepack
*H*i,
I am trying to fit a GEE model with *geeglm* function. The model is the
following:
Modelo<-geeglm(sqrt ~Tra+ Mes, id=Lugar , data=datos,
family=gaussian(identity), corstr="independence")
*Tra( is a experimental treatment, 2 levels)*, *Mes* (is the month of take
data, 4 levels) and *Lugar* (is the site of study, 3 levels) are categorical
variables and *sqrt* (sqrt of Total
2013 Jan 10
0
Wald test for comparing coefficients across groups
Dear R users,
my question concerns my interest in comparing the beta coefficients between two identical regression models in two (actually 3) groups. Disclaimer: I am quite new to R, so I might be missing some terminology that I have not come across.
I am trying to find out if I can easily implement a Wald test in R for this, but the only relevant thing that I came across is this link
2007 Mar 14
0
Wald test and frailty models in coxph
Dear R members,
I am new in using frailty models in survival analyses and am getting
some contrasting results when I compare the Wald and likelihood ratio
tests provided by the r output.
I am testing the survivorship of different sunflower interspecific
crosses using cytoplasm (Cyt), Pollen and the interaction Cyt*Pollen
as fixed effects, and sub-block as a random effect. I stratified
2007 Apr 17
3
Extracting approximate Wald test (Chisq) from coxph(..frailty)
Dear List,
How do I extract the approximate Wald test for the
frailty (in the following example 17.89 value)?
What about the P-values, other Chisq, DF, se(coef) and
se2? How can they be extracted?
######################################################>
kfitm1
Call:
coxph(formula = Surv(time, status) ~ age + sex +
disease + frailty(id,
dist = "gauss"), data = kidney)
2011 Sep 29
1
F and Wald chi-square tests in mixed-effects models
I have a doubt about the calculation of tests for fixed effects in
mixed-effects models.
I have read that, except in well-balanced designs, the F statistic that
is usually calculated for ANOVA tables may be far from being distributed
as an exact F distribution, and that's the reason why the anova method
on "mer" objects (calculated by lmer) do not calculate the denominator
df nor a
2011 Jun 24
0
understand GEE output for wald test
Hi
I'm having some difficulty understanding my output (below) from GEE. the
person who wrote the program included some comments about the '3-th term
gives diff between hyp/ox at time..', and after created an L vector to use
for a WALD test. I was wondering if someone could help me understand the
GEE output, the programmers comment, how L was determined, and its use in
the WALD
2011 Nov 19
1
wald test: compare quantile regression estimators from different samples
Dear all,
I am trying to compare the estimated coefficients of a quantile regression model between two different samples. It is a Wald test, but I cannot find one way to do that in R.The samples are collected conditional on a specific characteristic and I would like to test whether such characteristic indeed affect the estimators. The problem in the test anova.rq is that the response variable
2005 Sep 05
2
model comparison and Wald-tests (e.g. in lmer)
Dear expeRts,
there is obviously a general trend to use model comparisons, LRT and AIC
instead of Wald-test-based significance, at least in the R community.
I personally like this approach. And, when using LME's, it seems to be
the preferred way (concluded from postings of Brian Ripley and Douglas
Bates' article in R-News 5(2005)1), esp. because of problems with the
d.f. approximation.
2008 Mar 18
0
Walds Z in a mixed model
I recently reviewed a paper that used Wald's Z in a mixed model
analysis. The dataset (see end of message for complete dataset) has
individual animals (SAMPLE) from within social groups, from within
geographic regions. Y is the response variable. The paper ran a mixed
model with year and region as fixed effects, group a random effect
nested within region, and sample nested within group. I
2006 Jan 05
2
Wald tests and Huberized variances (was: A comment about R:)
On Wed, 4 Jan 2006, Peter Muhlberger wrote:
One comment in advance: please use a more meaningful subject. I would have
missed this mail if a colleague hadn't pointed me to it.
> I'm someone who from time to time comes to R to do applied stats for social
> science research.
[snip]
> I would also prefer not to have to work through a
> couple books on R or S+ to learn how to
2004 Mar 02
0
gls anova wald test calculations
I have a question about the Wald test F-statistics that are calculated when
the anova() command is used on a singular gls or lme object. As I recall
from my linear models class, the Wald test examines H0: C'B = d0 vs Ha: C'B
!= d0. Does anybody know how this C matrix is constructed in R? Is there
a way to see the C matrix that R is using? In my situation, I'm looking at
2007 Apr 09
0
Power for Linear Wald Test
Dear R-Helpers,
I'm searching for an R package that will produce power analyses for
linear Wald tests. I have conducted a thorough analysis and come up
with a pile of negative results (I'm the King, baby). I found
asypow, which applies to likelihood ratio tests. However, we
generally have the power to do Wald tests, I just need to prove it so
that we can publish it ;)
If this is a
2010 Oct 27
1
Help extracting the source of functions
Hi there - I am new to R, so perhaps this is an old question. I am looking
to find the source code for the wald.test function so I can tune it for my
own needs. Where do I find it? I do not want to change wald.test. Rather,
I want to find it and make a new function, say wald.test.new.
thanks
Andrew Martin
University of Delaware
[[alternative HTML version deleted]]
2012 Dec 18
0
Wald Test for rqpd package
Dear all,
I'm trying to run a Wald Test for the Penalized Fixed Effects using the
rqpd package. Actually, I'd like to test if the coefficients associated to
the same variable are statistically different among the quantiles. The
usual wald.test, waldtest or anova.rq don't work for rqpd.
I would appreciate any help.
Thank you.
Regards,
Fernando Parmagnani, M.A., Economics
University