Internal Dissimilarity Transformation
Utility functions for optimal scaling calls (used internally)
transPrep(x, trans = "ordinals", spline.intKnots = 4, spline.degree = 2, missing = "none") transform(Target, x, w = rep(1,length(x$x)), normq = 0)
Target
: unconstrained vector of target valuesx
: object of type optScalw
: vector non-negative weightsnormq
: sum of squares normalizationtrans
: type of transformationspline.intKnots
: interior spline knotsspline.degree
: spline degreemissing
: missing treatmentUseful links