Displaying 20 results from an estimated 100 matches similar to: "Wald test and frailty models in coxph"
1999 Sep 02
1
trouble with the 'exclude' parameter of factor() (PR#265)
Full_Name: Laurent Gautier
Version: 0.65.0
OS: Irix 6.5
Submission from: (NULL) (195.110.4.98)
the following doesn't give what I expect
> test _ factor(ORGMORE[[1]],exclude=c(NA,"NOM"))
Warning message:
NAs introduced by coercion
> levels(test)
[1] "CYT" "EXC" "MEM" "NOM" "NUC" "SEC"
while this works...
>
1998 May 29
1
R-beta: multiv package from CRAN
Hallo Friedrich,
I have read your announcement, downloaded and installed it in R-0.61.3.
But now I have problems :)
> hc <- hierclust(dist(t(pollen)), method=3)
Error in pmatch(x, table) : argument is not of mode character
> hc <- hclust(dist(t(pollen)))
> members(hc)
Error in .Fortran("assgn", n = as.integer(n), nplus1 =
as.integer(nplus1), : C/Fortran function not in
2003 Oct 22
2
non linear regression with R
Dear Colleagues,
I have x, y data (pollen and seed dispersal from oaks !) that I would
like to fit with a function which look like this:
p(a,b,x,y)=b/(2*pi*a?gamma(2/b))*exp(-(square_root(x?+y?)/a)power(b))
I am looking for a and b values that fit my data at best.
Can someone give me hints to perform such an analysis with R ?
Thanks a lot
Sophie
Sophie Gerber
2002 May 16
1
Tps
Hi,
I have a 4 column file (long/lat/elev/variable) and I tried to fit the
values of my variable to the XYZ space using Tps and I keep getting the
following message:
Warning messages:
1: GCV search gives a minumum at the endpoints of the grid search in:
Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv,
2: GCV search gives a minumum at the endpoints of the grid search in:
2007 Apr 18
0
Bättre luft för bättre hälsa
- This mail is in HTML. Some elements may be ommited in plain text. -
Tel: +46 (0)8 625 46 40
ULTRA-TYST LUFTRENARE FÖR KONTOR OCH HEM
Lider du av allergiska besvär på våren?
Besväras du av illaluktande ämnen på din arbetsplats eller i hemmet? En luftrenare kan göra underverk på din hälsa! Vi rekommenderar pollenallergiska personer att ställa ett luftfilter vid anslutning till arbetsplatsen och i
2007 Apr 18
0
Bättre luft för bättre hälsa
- This mail is in HTML. Some elements may be ommited in plain text. -
Tel: +46 (0)8 625 46 40
ULTRA-TYST LUFTRENARE FÖR KONTOR OCH HEM
Lider du av allergiska besvär på våren?
Besväras du av illaluktande ämnen på din arbetsplats eller i hemmet? En luftrenare kan göra underverk på din hälsa! Vi rekommenderar pollenallergiska personer att ställa ett luftfilter vid anslutning till arbetsplatsen och i
2010 Jun 04
0
new package released: stratigraph v. 0.6b
Ladies and Gentlemen,
The first public (beta) release of the package stratigraph is now
available on CRAN:
http://cran.r-project.org/web/packages/stratigraph/index.html
It includes tools for plotting pollen diagrams, an implementation of an
evolutionary algorithm for drawing stratigraphic lines of correlation, and
several other functions for the analysis and plotting of geological,
2010 Jun 04
0
new package released: stratigraph v. 0.6b
Ladies and Gentlemen,
The first public (beta) release of the package stratigraph is now
available on CRAN:
http://cran.r-project.org/web/packages/stratigraph/index.html
It includes tools for plotting pollen diagrams, an implementation of an
evolutionary algorithm for drawing stratigraphic lines of correlation, and
several other functions for the analysis and plotting of geological,
2002 Oct 28
0
R Package installation
Just a word to say thanks for your help.
Yes, in order to install R packages I needed ncurses-devel which was not
installed.
Many thanks
Rachid
--
Dr. Rachid Cheddadi
Centre universitaire Arles Tel: 00.33.(0)4.90.96.18.18
European Pollen Database Fax: 00.33.(0)4.90.93.98.03
CNRS - UMR 6116 rachid.cheddadi at wanadoo.fr
13200 Arles - France rachid.cheddadi at
2006 Feb 16
4
cancelling droppable if draggable dropped on different droppable
I''m writing a web app in which I have several ''windows'' in which the
user can perform given functionality.
So for example I have one window which manages images on a server (drag
an image into a folder and the file physically moved on the server via
ajax ) These images can also be dragged into another window to create a
slideshow.
My problem
2002 Oct 24
1
package installation
Hi,
I had R working since version 1.4. Then I bought a new HD and installed
a RH 7.3 on it and since then I can no longer install any R package.
Here is the failure message I obtain:
...
g77 -fPIC -O2 -m486 -fno-strength-reduce -g -c sortm.f -o sortm.o
gcc -shared -o fields.so css.o csstr.o cvrcss.o cvrf.o dchold.o dcopy.o
ddot.o dlv.o
2006 Apr 17
0
difference of means as response?
Dear R users,
I am looking for some advice on the proper construction of a mixed model
in R, using the difference in means as the response and treating
within-means residuals as a random effect.
I have a dataframe (my own, a snippet of which is given below) that is
composed of observations of pollen viability in flowers along tree
branches. Flowers (1 to 3 per position) were collected from
2011 Jan 04
0
Package animation update (v2.0-0)
Hi,
The animation package 2.0-0 is on CRAN now. This version is a
milestone of the animation package. It includes a new function
saveHTML() which uses a much more elegant interface and is consistent
in syntax with other save*() functions such as saveMovie(), saveSWF()
and saveLatex(). Lots of demos have been added to demonstrate the
flexibility of this package, e.g. now we can get the snapshots
2011 Jan 04
0
Package animation update (v2.0-0)
Hi,
The animation package 2.0-0 is on CRAN now. This version is a
milestone of the animation package. It includes a new function
saveHTML() which uses a much more elegant interface and is consistent
in syntax with other save*() functions such as saveMovie(), saveSWF()
and saveLatex(). Lots of demos have been added to demonstrate the
flexibility of this package, e.g. now we can get the snapshots
2008 Nov 06
1
nls: Fitting two models at once?
Hello,
I'm still a newbie user and struggling to automate some analyses from
SigmaPlot using R. R is a great help for me so far!
But the following problem makes me go nuts.
I have two spectra, both have to be fitted to reference data. Problem: the
both spectra are connected in some way: the stoichiometry of coefficients
"cytf.v"/"cytb.v" is 1/2.
{{In the SigmaPlot
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
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
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
2008 Oct 03
0
glmmPQL & Wald-type F-tests
Hello,
Might anyone know how to conduct Wald-type F-tests of the fixed
effects estimated by glmmPQL? I see this implemented in SAS (GLIMMIX),
and have seen it recommended in user group discussions, but haven't come
across any code to accomplish it. I understand the anova function treats
a glmmPQL fit as an lme fit, with the test assumptions based on maximum
likelihood, which is inappropriate
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