read_knobjs: Summarizes pre-computed results.

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

View source: R/read_knobjs.R

Description

Allows to reproduce the figures of the paper (see also vignette).

Usage

1

Arguments

objs

A table of strings representing names of objects given in knobjs.

Details

The function computes the risk of the estimated posterior mean as a function of credit spent for each object.

Value

A list of tables, one for each string. For each of them, the first line is the risk of the posterior sample mean and the second line is the credit spent.

Author(s)

Edouard Pauwels

See Also

knobjs

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(knobjs)
data(exps)
sapply(	
	1:length(knobjs),
	function(k){
		assign(names(knobjs)[k], knobjs[[k]], envir = .GlobalEnv)
	}
)

read_knobjs(paste("knobjActMult", 1:10, sep=""))

pauwels2014 documentation built on May 1, 2019, 6:29 p.m.