Code: Select all
p c l kCode: Select all
illegal lag or index specification for coefficient CIs there any way to do this?
Moderators: EViews Gareth, EViews Moderator
Code: Select all
p c l kCode: Select all
illegal lag or index specification for coefficient CCode: Select all
series cc = 500
equation eq1.ls p cc l k
What do you think the observation is for a constant?All you've done there is create a new variable whose value for each observation is 500, you didn't multiply the existing constant by anything. I want to multiply each of the observations of my constant by 500.
Not sure I understand your question, but you do know that the constant is made up of more than one value?What do you think the observation is for a constant?
Using "c" in a regression is exactly the same as entering a variable that equals 1.0 for every observation. For that reason, Glenn's answer is correct. But then, Glenn's answers are almost always correct.Not sure I understand your question, but you do know that the constant is made up of more than one value?What do you think the observation is for a constant?
The observations of my constant already have values, I don't need a new constant whose value for each observation is 500, I want to modify the values/observations of my existing constant by multiplying them.
Users browsing this forum: No registered users and 2 guests