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")
string containing a file name.
a matrix containing a \(Z\) matrix.
This function facilitates the obtaining of Multimix R output given Multimix FORTRAN output.
Z <- make_Z_fortran(system.file('extdata', 'GROUPS-BP-Multimixf90.OUT',
package = 'multimix'))