Displaying 2 results from an estimated 2 matches for "interva".
Did you mean:
interval
2009 Mar 24
1
CONFIDENCE INTERVAL FOR GLMER MODEL
I've built a poisson regression model for multiple subjects by using the
GLMER function. I've also developed some curves for defining its limits but
I did not succeed in developing confidence interval for the model's curve
(confint or predict does not work - only for glm).
Does anyone know how can I produce confidence interva for a glmer model?
I'll appriciate any help...
Liat
--
View this message in context: http://www.nabble.com/CONFIDENCE-INTERVAL-FOR-GLMER-MODEL-tp22677543p22677543...
2009 Feb 16
5
How to create sequence of constant time interval
Dear R-Experts,
seek your help.
There are two parts I want to deal with.
1)
I want to create a time interval of say, 30 minutes starting from "00:00:00"
hrs
Thus at the end, I want to create sequence:
00:00:00
00:30:00
01:00:00
01:30:00
..
..
How to do so ?
Later, I want to change the time-increment value in a variable and changing
the value of this variable, I would like to create new sequenc...