integrand_funct_case {genpwr} | R Documentation |
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
integrand_funct_case(-1.462531 + 1*0.1823216,
-1.462531 + 1*0.1823216)
[Package genpwr version 1.0.4 Index]