saws-internal {saws} | R Documentation |
Internal functions, not to be called directly
Description
Called by link{saws}
Usage
PsiTildeCalc(u, H, test, omega, vm, vminv, p, K)
PsiHatCalc(u, H)
dfCalc(Psi, u, omega, H, test, vm)
sawsCalc(beta, u, omega, test = diag(p),
beta0 = matrix(0, p, 1), conf.level = 0.95,
method = c("d3", "d5", "d1", "d2", "d4", "dm"),
bound=.75)
Arguments
p |
length of coefficient vector |
K |
number of terms in estimating equation |
beta |
coefficient vector of length p |
u |
K by p score matrix, u[i,] is the ith term in the estimating equation |
H |
K by p adjustment matrix, diag(H[i,])=Hi in Fay and Graubard, 2001 |
test |
r by p test matrix |
omega |
K by p by p array, omega[i,,] estimates -du/dbeta. |
vm |
p by p matrix,model based variance |
vminv |
inverse of vm |
conf.level |
confidence level for confidence intervals |
method |
see |
bound |
bound for bias correction, denoted b in Fay and Graubard, 2001 |
[Package saws version 0.9-7.0 Index]