summary.msma | R Documentation |
summary method for class "msma".
## S3 method for class 'msma'
summary(object, ...)
## S3 method for class 'summary.msma'
print(x, ...)
object , x |
an object of class " |
... |
further arguments passed to or from other methods. |
This function provide the summary of results .
##### data #####
tmpdata = simdata(n = 50, rho = 0.8, Yps = c(10, 12, 15), Xps = 20, seed=1)
X = tmpdata$X; Y = tmpdata$Y
##### One Component #####
fit1 = msma(X, Y, comp=1, lambdaX=2, lambdaY=1:3)
summary(fit1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.