Hi,

I am trying to set a specific level for lincomest, but it only accepts numbers without decimals.
That means that
Code:
lincomest 1.case+1.case#2.main_diag-0.case#2.main_diag, level(99)
works,
but
Code:
lincomest 1.case+1.case#2.main_diag-0.case#2.main_diag, level(99.75)
gives the error message
Code:
option level() incorrectly specified
If I use the
Code:
set level
command, it gives an error too at lincomest, but not in the regressions where the CIs are computed correctly.
I cannot find any reason for this in the documentation.
Have I misunderstood how to define the level?
Thank you,

Anna