View source: R/print.glmtrans.R
print.glmtrans | R Documentation |
Similar to the usual print methods, this function summarizes results from a fitted "glmtrans"
object.
## S3 method for class 'glmtrans'
print(x, ...)
x |
fitted |
... |
additional arguments. |
No value is returned.
glmtrans
.
set.seed(1, kind = "L'Ecuyer-CMRG")
# fit a linear model
D.training <- models("gaussian", K = 2, p = 500)
fit.gaussian <- glmtrans(D.training$target, D.training$source)
fit.gaussian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.