testLinearModel {BayesianTools} | R Documentation |
Fake model, returns a ax + b linear response to 2-param vector
Description
Fake model, returns a ax + b linear response to 2-param vector
Usage
testLinearModel(x, env = NULL)
Arguments
x |
2-dim parameter vector |
env |
optional, environmental covariate |
Author(s)
Florian Hartig
See Also
generateTestDensityMultiNormal
testDensityBanana
Examples
x = c(1,2)
y = testLinearModel(x)
plot(y)
[Package BayesianTools version 0.1.8 Index]