Displaying 5 results from an estimated 5 matches similar to: "Kalman filter"
2013 Jul 05
1
kruskal.test followed by kruskalmc
Hi all,
After running kruskal.test I have got results (p<0,005) pointing to reject
the hypothesis that the samples were draw from the same population.
Howerver when I run the kruskalmc there are no significant differences in
any of the multiple comparisons. Is that possible? Some clarification?
Thanks, Humber
<https://sites.google.com/site/humberandrade>
	[[alternative HTML version
2009 Oct 09
4
Satellite ocean color palette?
Dear List,
Is there a color palette avaliable similar to what is used in satellite ocean color imagery?  I.e. a gradient with blue on one end and red on the other, with yellow in the middle?  I have tried topo.colors(n) but that comes out more yellow on the end.  I am looking for something similar to what is found on the CoastWatch web page:
2010 Jan 18
2
Problem extracting from mer objects
I am having a problem extracting from "mer" objects.  
 
I have constructed my problem using existing datasets.
 
Using the following commands:
 
require(lme4)
fm1 <- lmer(Yield ~ 1 + (1 | Batch), Dyestuff)
fixef(fm1)
I get the following error message:
"Error in UseMethod("fixef") : no applicable method for "fixef""
 
I know that "fixef" is in
2009 May 11
1
R and McAfee 8.5
Hi,
I have been working with R for the last year and using the UKFSST package to look at satellite tag track data and SST information. Fpr those not familiar, the package uses the positions estimated by the satellite tags themselves and the associated SST data from servers (in this case, from the University of Hawaii and the NOAA Coastwatch website) for the time preiod to estimate a reasonable
2007 Jan 11
1
warning in GAM
Hello,
I have a problem when doing gam (from gam library; I am using R 2.4.0, 
windows xp platform)
When doing:
example(gam)
There is this error message (which also happens when using my data)
....
Warning: a final empty element has been omitted
the part of the args list of 'list' being evaluated was:
   (coefficients = fit$beta, residuals = fit$y - fit$eta, fitted.values 
= fit$eta,