Name

prtfac_acp — prints static factor estimation results

CALLING SEQUENCE

prtfac_acp(res,out)

PARAMETERS

Input

• res = a tlist provided by a fac_acp function

• out = the file where the results are printed

• (optional; default: %io(2), i.e the screen)

Output

• nothing, just print the results

DESCRIPTION

Prints static factor analysis results.

EXAMPLE

prtfac_acp(result,%io(2))
 
Prints on screen the tlist result coming from a static factor analysis. 

               

AUTHOR

Eric Dubois 2007