Used for preformatted text, such as computer code, in which whitespace (such as tabs, line feeds, and spaces) should be preserved
This element’s content typically is displayed or printed in a monofont to preserve character alignment.
(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | sub | sup)*
Any combination of:
...
<p align="left">
<preformat xml:space="preserve">
TITLE: Input for the CTC(M-1) Model Depicted in Figure 4
Yijk (i: indicator, j: trait; k: method): observed variables
T1jk: latent trait variables
M1jk: latent method factors
DATA: FILE IS ; "C:\elnt-data.dat";
TYPE IS Individual;
VARIABLE:
NAMES ARE y111 y211 y311 y121 y221 y321 y131 y231 y331
y112 y212 y312 y122 y222 y322 y132 y232 y332
y113 y213 y313 y123 y223 y323 y133 y233 y333;
ANALYSIS:
TYPE IS General;
ESTIMATOR IS ML;
ITERATIONS = 500;
CONVERGENCE = 0.000050;
H1ITERATIONS = 500;
H1CONVERGENCE = 0.000100;
MODEL:
...
OUTPUT: standardized;</preformat>
</p>
...
display3.ent