flmobjects {fdesigns} | R Documentation |
Print and Summary of flm
Objects
Description
Print and Summary of objects of class "flm"
.
Usage
## S3 method for class 'flm'
print(x, ...)
## S3 method for class 'flm'
summary(object, ...)
Arguments
x |
An object of class |
object |
An object of class |
... |
Additional arguments to be passed to other methods. |
Value
The functions return the number of profile factors in the functional 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, and the computational elapsed time in hours:minutes:seconds.
Note
For examples see pflm.
Author(s)
Damianos Michaelides <dm3g15@soton.ac.uk>, Antony Overstall, Dave Woods
[Package fdesigns version 1.1 Index]