integrand_funct_control {genpwr}R Documentation

Function to generate integrand for mle for controls

Description

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

Usage

integrand_funct_control(x1, x2)

Arguments

x1

"true" part of model

x2

"test" part of model

Value

a function to be used as the integrand for the mle

Examples

integrand_funct_control(-1.462531 + 1*0.1823216,
	-1.462531 + 1*0.1823216) 


[Package genpwr version 1.0.4 Index]