compare_weights: Compare various methods to a simulated data set

Description Usage Arguments Value

View source: R/compare_weights.R

Description

compare_weights will simulate a data set (according to design) and will calculate standardized z-statistics for a variety of methods

Usage

1
compare_weights(weights_list_list, design)

Arguments

weights_list_list

A list, where each element is a list describing a method. For example, list(method="fixed_c",delay=6) or list(method="landmark", time = 20).

design

A list of design information, containing: med_c, rate_e_1, rate_e_2, rec_period, rec_power, delay, max_cal_t

Value

A vector of standardized test statistics, one for each method in weights_list_list.


dominicmagirr/modestWLRT documentation built on Sept. 16, 2020, 2:43 p.m.