simulatedlnm: simulatedllm generic.

View source: R/simulatedlnm.R

simulatedlnmR Documentation

simulatedllm generic.

Description

Simulation procedure internally called by the collindlnm function for a given hypothetical effect.

Usage

simulatedlnm(x)

## S3 method for class 'linearlme'
simulatedlnm(x)

## S3 method for class 'linearglm'
simulatedlnm(x)

## S3 method for class 'nonlinearglm'
simulatedlnm(x)

Arguments

x

an object internally generated by the collindlnm function.

Methods (by class)

  • 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".


collin documentation built on Sept. 19, 2023, 5:06 p.m.