eclust-internal: Internal eclust functions

Description Usage Arguments Details Author(s)

Description

Internal eclust helper functions

repcol is to return a matrix with x being repeated into n columns

mysd is to calculate standard deviation but with divisor of n and not n-1

check_col_0 is to check how many columns are 0

nonzero is to determine which coefficients are non-zero

%ni% is the opposite of %in%

checkargs.xy function to check inputs of shim function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
repcol(x, n)

mysd(i)

check_col_0(M)

nonzero(beta, bystep = FALSE)

... %ni% NA

isEmpty(x)

checkargs.xy(x, y)

checkargs.misc(sigma = NULL, alpha = NULL, k = NULL, gridrange = NULL,
  gridpts = NULL, griddepth = NULL, mult = NULL, ntimes = NULL,
  beta = NULL, lambda = NULL, tol.beta = NULL, tol.kkt = NULL,
  bh.q = NULL)

tabular(df, ...)

error.bars(x, upper, lower, width = 0.02, ...)

Arguments

x

is numeric vector to be repeated

n

how many times x needs to be repeated

i

a vector of numerics

M

is a matrix

beta

vector or 1 column matrix of regression coefficients

Details

These functions are not intended for use by users.

Author(s)

Sahir Bhatnagar

Maintainer: Sahir Bhatnagar sahir.bhatnagar@mail.mcgill.ca


sahirbhatnagar/eclustProject documentation built on May 29, 2019, 12:58 p.m.