~ubuntu-branches/ubuntu/quantal/r-cran-genabel/quantal

« back to all changes in this revision

Viewing changes to R/emp.mmscore.R

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2011-02-05 18:06:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110205180624-i1twt82zdpepmfxw
Tags: upstream-1.6-4
ImportĀ upstreamĀ versionĀ 1.6-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"emp.mmscore" <-
 
2
function(h2object,data,snpsubset,idsubset,strata,times=200,quiet=FALSE,bcast=10) {
 
3
        out <- mmscore(h2object=h2object,data=data,snpsubset=snpsubset,idsubset=idsubset,strata=strata,
 
4
                        times=times,quiet=quiet,bcast=bcast)
 
5
        out
 
6
}
 
7