Learn R Programming

genpwr (version 1.0.2)

integrand_funct_case: Function to generate integrand for mle for cases

Description

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

Usage

integrand_funct_case(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

Run this code
# NOT RUN {
integrand_funct_case(-1.462531 + 1*0.1823216,
	-1.462531 + 1*0.1823216) 

# }

Run the code above in your browser using DataLab