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 BayesXsrc package in your browser

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

BayesXsrc documentation built on May 29, 2024, 9:49 a.m.