print.runJags: Running JAGS

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Print details and timing of JAGS run and summaries of results

Usage

1
2
3
4
## S3 method for class 'runJags'
print(x, ...)
## S3 method for class 'runJagsWrapper'
print(x, ...)

Arguments

x

Objects of class runJags or runJagsWrapper

...

extra printing options

Details

print.runJags can be employed when runJags is called directly and reports timimgs and dates while print.runJagsWrapper provides summary statistics when runSegratioMM is used.

Value

None.

Author(s)

Peter Baker p.baker1@uq.edu.au

See Also

runJags runSegratioMM

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## simulate small autooctaploid data set
a1 <- sim.autoMarkers(8,c(0.7,0.2,0.1),n.markers=100,n.individuals=50)
##print(a1)
sr <-  segregationRatios(a1$markers)
x <- setModel(3,8)

## Not run: 
## fit simple model in one hit

x.run <- runSegratioMM(sr, x, burn.in=200, sample=500)
print(x.run)

## End(Not run)

polySegratioMM documentation built on May 2, 2019, 9:49 a.m.