linear.mles.log.envir.interaction {genpwr}R Documentation

Function to calculate the standard deviation of y given x for linear models with logistic environment interaction

Description

Returns the standard deviation of y given x for linear models with logistic environment interaction

Usage

linear.mles.log.envir.interaction(
  MAF,
  P_e,
  ES_G,
  ES_E,
  ES_GE,
  Test.Model,
  True.Model,
  reduced = F
)

Arguments

MAF

Minor allele Frequency

P_e

Population prevalence of logistic environmental factor

ES_G

Genetic Effect size

ES_E

Environment Effect size

ES_GE

Environment x Genetic interaction Effect size

Test.Model

Test model

True.Model

True model

reduced

logical, indicates whether the X matrix will be used for a reduced model

Value

The standard deviation of y given x for linear models with logistic environment interaction

Examples

linear.mles.log.envir.interaction(MAF = 0.1, P_e = 0.2, 
	ES_G = 1.2, ES_E = 1.3, ES_GE = 2, 
	Test.Model = "Dominant", True.Model = "Additive")


[Package genpwr version 1.0.4 Index]