tests/reml.R

## BayesX REML testing
library("BayesXsrc")
reml <- run.bayesx("reml.prg", verbose = FALSE)
fx1 <- read.table("reml_f_x1_pspline.res", header = TRUE)
fx2 <- read.table("reml_f_x2_pspline.res", header = TRUE)
print(round(head(fx1), digits = 3))
print(round(head(fx2), digits = 3))

Try the BayesXdev package in your browser

Any scripts or data that you put into this service are public.

BayesXdev documentation built on May 2, 2019, 6:53 p.m.