expected.linear.ll.lin.env {genpwr}R Documentation

Function to Calculate Expected Log Likelihood for a Single Genotype with linear environment interaction

Description

Calculates the expected log likelihood for a single genotype with linear environment interaction given the true and estimated mean and standard deviation for the outcome.

Usage

expected.linear.ll.lin.env(sd_y_x_model)

Arguments

sd_y_x_model

The standard deviation of Y (the outcome) given X (predictors/genotype) under the test model.

Value

The log likelihood.

Examples

expected.linear.ll.lin.env(4.309354)


[Package genpwr version 1.0.4 Index]