<< prtms Printings and graphs prtres >>

Grocer >> Printings and graphs > prtms_quali

prtms_quali

prints the results of a HMM estimation based upon qualitative data

CALLING SEQUENCE

prtms_quali(res,out)

PARAMETERS

Input

* 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))

 

Output

* all results are printed on the specified file

DESCRIPTION

Prints the results of a HMM estimation based upon qualitative data.

EXAMPLE

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)

AUTHOR

Eric Dubois 2009

Report an issue
<< prtms Printings and graphs prtres >>