Pwr {nlmeU}R Documentation

Calculates power based on a model fit

Description

This function is generic; method functions can be written to handle specific classes of objects.

Usage

  Pwr(object, ...)

Arguments

object

an object containing the results returned by a model fitting function (e.g., lme).

...

some methods for this generic function may require additional arguments.

Value

numeric scalar value.

Author(s)

Andrzej Galecki and Tomasz Burzykowski

See Also

Pwr.lme

Examples

## Not run: 
  Pwr (fm1)

## End(Not run)

[Package nlmeU version 0.70-9 Index]