| show-methods | R Documentation |
Show methods for regression modelling.
The show or print method returns the same information for all
supported regression models through the use argument in
the function regFit.
These are the 'title', the 'formula', the 'family' and the 'model parameters'.
Generic function.
Print method for objects of class 'fREG'.
Diethelm Wuertz for the Rmetrics R-port.
## regSim - x <- regSim(model = "LM3", n = 50) ## regFit - fit <- regFit(Y ~ X1 + X2 + X3, data = x, use = "lm") ## print - print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.