fglmobjects {fdesigns}R Documentation

Print and Summary of fglm Objects

Description

Print and Summary of objects of class "fglm".

Usage

## S3 method for class 'fglm'
print(x, ...)
## S3 method for class 'fglm'
summary(object, ...)

Arguments

x

An object of class "fglm".

object

An object of class "fglm".

...

Additional arguments to be passed to other methods.

Value

The functions return the number of profile factors in the functional generalised linear model, the number of runs, the criterion, the objective value of the final design, the number of iterations of the coordinate exchange algorithm to get to the final design, the method of approximation of the expectation of the objective function, the family distribution and link function, and the computational elapsed time in hours:minutes:seconds.

Note

For examples see pfglm.

Author(s)

Damianos Michaelides <dm3g15@soton.ac.uk>, Antony Overstall, Dave Woods


[Package fdesigns version 1.0 Index]