!MBF mbf(entry) mlib/m35.csv !rename Marker35This is necessary when several mbf(...) terms are being defined which would otherwise have the same name/label. If the key values are the ordered sequence 1:N, the key field may be omitted if !NOKEY is specified. If the key is not in the first field, its location can be specified with !KEY k. If extracting a single covariate from a large set of covariates in the file, the specific field to extract can be given by !FIELD s in absolute terms, or relative to the key field by !RFIELD r. For example
!MBF mbf(variety,1) markers.csv !key 1 !RFIELD 35 !rename Marker35!SPARSE can be used when the covariates are predominately zero. Each key value is followed by as many column,value pairs as required to specifiy the non zero elements of the design for that value of key. The pairs should be arranged in increasing order of column within rows. The rows may be continued on subsequent lines of the file provided incomplete lines end with a COMMA.