powered by
Prepare mytab object for use within scan_pvl R code
prep_mytab(d_size, n_snp)
an integer, the number of traits
an integer, the number of markers
a data.frame with d_size + 1 columns and (n_snp)^d_size rows. Last column is NA and named loglik.
# NOT RUN { prep_mytab(2, 10) # }
Run the code above in your browser using DataLab