The FORTRAN version of Multimix produces two output files: GENERAL.OUT and GROUPS.OUT. The latter mainly contains the Z matrix.

make_Z_fortran(gr.out = "groups.out")

Arguments

gr.out

string containing a file name.

Value

a matrix containing a \(Z\) matrix.

Details

This function facilitates the obtaining of Multimix R output given Multimix FORTRAN output.

Author

Murray Jorgensen

Examples

Z <- make_Z_fortran(system.file('extdata', 'GROUPS-BP-Multimixf90.OUT', 
                    package = 'multimix'))