add_sim_bound {gplsim}R Documentation

function dedicated to add simulation standard error bound, in development draw the bound to current plot

Description

function dedicated to add simulation standard error bound, in development draw the bound to current plot

Usage

add_sim_bound(
  data,
  family = gaussian(),
  M = 200,
  n = 1000,
  true.theta = c(1, 1, 1)/sqrt(3)
)

Arguments

data

a list of simulated data

family

default is gaussian()

M

number of simulations

n

sample size

true.theta

the true coefficients


[Package gplsim version 1.0.0 Index]