Changeset 201 for tests/mixef_test.cpp
- Timestamp:
- 11/10/08 15:40:25 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/mixef_test.cpp
r191 r201 63 63 // Sample parameters 64 64 int ndat = 100; 65 mat Smp =Simul.sample N( ndat );65 mat Smp =Simul.sample_m ( ndat ); 66 66 67 67 cout << "Simulated means: " << m1 <<" and " << m2 <<endl;