Description Usage Arguments Details Author(s) Examples
Prints constraint, fit, and convergence details for a fit multiway
model.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S3 method for class 'cpd'
print(x,...)
## S3 method for class 'indscal'
print(x,...)
## S3 method for class 'mcr'
print(x,...)
## S3 method for class 'parafac'
print(x,...)
## S3 method for class 'parafac2'
print(x,...)
## S3 method for class 'sca'
print(x,...)
## S3 method for class 'tucker'
print(x,...)
|
x |
Object of class "cpd" (output from |
... |
Ignored. |
See cpd
, indscal
, mcr
, parafac
, parafac2
, sca
, and tucker
for examples.
Nathaniel E. Helwig <helwig@umn.edu>
1 2 3 4 5 6 7 8 | # See examples for...
# cpd (Canonical Polyadic Decomposition)
# indscal (INividual Differences SCALing)
# mcr (Multiway Covariates Regression)
# parafac (Parallel Factor Analysis-1)
# parafac2 (Parallel Factor Analysis-2)
# sca (Simultaneous Component Analysis)
# tucker (Tucker Factor Analysis)
|
Loading required package: CMLS
Loading required package: quadprog
Loading required package: parallel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.