prints the results of a HMM estimation based upon qualitative data
prtms_quali(res,out)
* res = the results typed list of a qualtitaive turning point estimation
* out = the symobolic name of the file where the results are printed (default: %io(2))
* all results are printed on the specified file
load(GROCERDIR+'/data/enq5.dat') bounds() nbquantiles=[3,0];// 3 quantiles nblatent=1;// 1 latent state // first estimate a model with 3 states // with the option testna=%f because of lacking data res1=ms_quali('KERN',nbquantiles,nblatent,'delts(3,B_ACTPA)','delts(3,C_VENPA)',... 'delts(3,I_PROPA)','delts(3,I_GOULOT)','delts(3,S_CAPA)','nbstates=3','testna=%f','noprint') prtms_quali(res1) | ![]() | ![]() |