For example, when I run this:
- Code: Select all
S_by_BL=covariate.predictions(model,data=BL.values,indices=1)
I get this:
- Code: Select all
vcv.index model.index par.index covdata estimate se lcl ucl fixed
1 1 1 1 13.30000 0.8503256 0.1094139 0.5130401 0.9683894
2 2 1 1 14.13767 0.8503256 0.1094139 0.5130401 0.9683894
3 3 1 1 14.97533 0.8503256 0.1094139 0.5130401 0.9683894
4 4 1 1 15.81300 0.8503256 0.1094139 0.5130401 0.9683894
5 5 1 1 16.65067 0.8503256 0.1094139 0.5130401 0.9683894
6 6 1 1 17.48833 0.8503256 0.1094139 0.5130401 0.9683894
7 7 1 1 18.32600 0.8503256 0.1094139 0.5130401 0.9683894
8 8 1 1 19.16367 0.8503256 0.1094139 0.5130401 0.9683894
when I was expecting to fine that $estimates$estimate would be a product of the slope equation from the model. Any tips? Thanks in advance.
Nate