1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Script started on Thu Dec 23 10:59:16 1999
vanzandt:/usr/local/src/multimix$ multimix-prep
CREATE A PARAMETER FILE FOR PROGRAM MULTIMIX / MISSING
------------------------------------------
Name of parameter file:
simple.param
Number of groups to be fitted:
2
Number of individuals:
1000
Total number of attributes:
2
Number of partitions:
2
Value for ISPEC
(ISPEC=1 - estimates of the parameters are to be input
ISPEC=2 - specified grouping of individuals)
1
Do attributes require reordering?
Input y = yes or n = no
n
Type of model for each partition cell:
Same type of model for each partition cell?
Input y = yes or n = no
y
Input model type for partition cells
1 = latent class, 2 = multivariate normal 3 = location model
2
Mixing proportions for each group:
Group 1:
.5
Group 2:
.5
---------------------------------------------------
Estimates of the parameters for the distributions
---------------------------------------------------
GROUP 1
-----------------
Partition 1
Input the means for each partition separated by a space
the mean for 1 attributes:
0
Partition 2
Input the means for each partition separated by a space
the mean for 1 attributes:
1
---------------------------------------------------
GROUP 2
-----------------
Partition 1
Input the means for each partition separated by a space
the mean for 1 attributes:
7
Partition 2
Input the means for each partition separated by a space
the mean for 1 attributes:
5
------------------------------
Input the covariance matrices by row
GROUP 1 PARTITION 1
Input ( 1 x 1 ) covariance matrix:
1
GROUP 1 PARTITION 2
Input ( 1 x 1 ) covariance matrix:
1
GROUP 2 PARTITION 1
Input ( 1 x 1 ) covariance matrix:
1
GROUP 2 PARTITION 2
Input ( 1 x 1 ) covariance matrix:
1
vanzandt:/usr/local/src/multimix$ exit
Script done on Thu Dec 23 11:01:27 1999
|