Displaying 3 results from an estimated 3 matches for "2010q2".
Did you mean:
2010q1
2013 Mar 06
3
Plotting time data for various countries in same graph
Hi,
I've the following kind of data
Time Country Values
2010Q1 India 5
2010Q2 India 7
2010Q3 India 5
2010Q4 India 9
2010Q1 China 10
2010Q2 China 6
2010Q3 Ch...
2011 Aug 30
2
ARMA show different result between eview and R
When I do ARMA(2,2) using one lag of LCPIH data
This is eview result
>
> *Dependent Variable: DLCPIH
> **Method: Least Squares
> **Date: 08/12/11 Time: 12:44
> **Sample (adjusted): 1970Q2 2010Q2
> **Included observations: 161 after adjustments
> **Convergence achieved after 14 iterations
> **MA Backcast: 1969Q4 1970Q1
> **
> **Variable Coefficient Std. Error t-Statistic Prob.
> **
> **C 0.003361 0.001814 1.853352 0.0657
> **DLCPIH(-1) -0.1...
2012 Jun 21
1
lme random effects in additive models with interaction
Hello,
I work with a mixed model with 4 predictor variables Time, Size, Charge,
Density and Size, Charge, Density are factors, all with two levels. Hence I
want to put their interactions with Time into the model. But, I have two
data sets (Replication 1 and 2) and I want that Replication is random
effect. Here is my code:
knots <- default.knots(Time)
z <- outer(Time, knots, "-")