simulatedlnm | R Documentation |
Simulation procedure internally called by the collindlnm
function for a given hypothetical effect.
simulatedlnm(x)
## S3 method for class 'linearlme'
simulatedlnm(x)
## S3 method for class 'linearglm'
simulatedlnm(x)
## S3 method for class 'nonlinearglm'
simulatedlnm(x)
x |
an object internally generated by the |
simulatedlnm(linearlme)
: case of a hypothetical linear effect in a model of
class "lme"
.
simulatedlnm(linearglm)
: case of a hypothetical linear effect in a model of
class "glm"
.
simulatedlnm(nonlinearglm)
: case of a hypothetical non-linear effect in a model
of class "glm"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.