Package: GEint
Type: Package
Title: Misspecified Models for Gene-Environment Interaction
Version: 0.1.5
Date: 2019-01-14
Authors@R: c(
	person("Ryan", "Sun", email = "ryansun.work@gmail.com", role = c("aut", "cre")),
	person("Richard", "Barfield", role="ctb"))
Description: First major functionality is to compute the bias in misspecified linear gene-environment interaction models. The most 
	generalized function for this objective is GE_bias().  However GE_bias() requires specification of many
	higher order moments of covariates in the model.  If users are unsure about how to calculate/estimate
	these higher order moments, it may be easier to use GE_bias_normal_squaredmis().  This function places
	many more assumptions on the covariates (most notably that they are all jointly generated from a multivariate
	normal distribution) and is thus able to automatically calculate many of the higher order moments automatically,
	necessitating only that the user specify some covariances.  There are also functions to solve for the bias 
	through simulation and non-linear equation solvers, these can be used to check your work. Second major functionality
	is to implement the Bootstrap Inference with Correct Sandwich (BICS) testing procedure, which we have found to provide better finite-sample
	performance than other inference procedures for testing GxE interaction.  More details on these functions 
	are available in Sun, Carroll, Christiani, and Lin, "Testing for Gene-Environment Interaction Under Exposure Misspecification"
	(In Revision).
Imports: mvtnorm, bindata, nleqslv, pracma, speedglm, rje, geepack,
        stats
License: GPL-3
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-15 03:21:35 UTC; ryansun
Author: Ryan Sun [aut, cre],
  Richard Barfield [ctb]
Maintainer: Ryan Sun <ryansun.work@gmail.com>
Repository: CRAN
Date/Publication: 2019-01-15 05:20:07 UTC
Built: R 4.0.5; ; 2022-04-21 13:51:55 UTC; windows
