Displaying 1 result from an estimated 1 matches for "tbm3".
Did you mean:
tb3
2002 May 01
2
predict assistance
...of model coefficients between
datasets. In particular, I have several datasets which I would like to apply
a model estimated from only a single dataset (sort of a crude - out of sample
application - to show the variances).
lets say,
names(a)
[1] "stdnoi" "momentum" "tbm3" "metcons" "premium" "STDrfa" "t10"
"Y"
attach(a)
mymodel <- lm(Y ~ stdnoi+momentum+tbm3+metcons+premium+ STDrfa + t10)
detach(a)
load('b')
names(b)
[1] "stdnoi" "momentum" "tbm3" "...