REVIEW 2 major objections 6 minor 282 references
Smooth Reduced Rank Regression with P-splines
T0 review · 2 major / 6 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read P-splines make reduced-rank regression nonlinear while still modeling shared structure among multiple outcomes.
desk verdict Solid, usable marriage of P-splines and reduced-rank regression with working algorithm and graphics; the only real soft spot is the approximate ED used for AIC/BIC. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The penalized loss ||Yc − Z B V′||² + tr(B′ Pλ B) with V′V = I, minimized by alternating closed-form updates for B (ridge-like) and V (truncated SVD); Pλ = Λ ⊗ D′D + κI encodes the P-spline difference penalties.
What would settle it
Generate data from known nonlinear reduced-rank surfaces, fit the model over a grid of ranks and λ values, and check whether the BIC-selected model recovers the true trajectories and rank more often than chance (or than the unpenalized reduced-rank baseline) for modest N and R.
Extended reading notes
Core claim
A B-spline expansion of the predictors combined with second-order difference penalties on the reduced-rank coefficient matrix produces a workable smooth reduced-rank regression. The resulting block-relaxation algorithm recovers nonlinear and linear latent trajectories, information criteria can tune both rank and penalties, and triplots plus partial-dependence plots support interpretation on multi-outcome data with few predictors.
Load-bearing premise
Model selection relies on an approximate effective dimension that generalizes the univariate P-spline formula; exact degrees of freedom for reduced-rank estimators are already hard to obtain, so the AIC/BIC rankings inherit whatever bias that approximation carries.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes smooth reduced-rank regression by expanding each predictor with a B-spline basis, imposing a reduced-rank factorization A = B V' on the expanded coefficients, and applying difference penalties (P-splines) on the blocks of B. A block-relaxation algorithm alternates a closed-form ridge-type update for B with a truncated SVD update for V under the constraint V'V = I. Penalty parameters and rank are tuned by AIC/BIC that use an approximate effective dimension ED_λ = tr[(Z'Z + P_λ)^{-1} Z'Z] + (R - S)S. Interpretation is supported by triplots (smooth predictor trajectories plus response axes) and partial-dependence plots. Three simulation gauges (biloop, bowl, and linear latent maps) and three empirical examples (tobacco chemistry, food–cancer, EMA time series) illustrate recovery of nonlinear and linear trajectories and practical use.
Significance. The contribution is a natural and practically useful marriage of two established tools—P-splines and reduced-rank regression—for the common setting of several continuous outcomes and a modest number of predictors. The algorithm is standard, fast for fixed λ, and recovers the designed nonlinear maps in the gauges; the triplot construction extends Ter Braak–Looman biplots to smooth trajectories in a transparent way. Code is promised on the author’s GitHub, which supports reproducibility. The main methodological soft spot is the approximate effective dimension used for model selection; the paper itself flags this and cites the known difficulty of exact df for reduced-rank estimators. If the approximation is adequate (or replaced by a better one), the method fills a clear gap between univariate P-spline GAMs and classical linear RRR.
major comments (2)
- §2.5 and §6: Model selection (both λ and S) rests entirely on the approximate ED_λ = tr[(Z'Z + P_λ)^{-1} Z'Z] + (R - S)S. The paper correctly notes that exact degrees of freedom for reduced-rank estimators are already hard (Mukherjee et al., 2015) and that further research is needed. Because the central claim that “BIC performs better than AIC” and the rank choices in the empirical examples inherit whatever bias this approximation carries, a modest validation is required: either a small simulation that compares the approximate ED to a resampling estimate of df, or an explicit sensitivity check showing that the selected (λ, S) pairs remain stable under reasonable perturbations of the ED formula.
- §2.4: The claim that the alternating algorithm converges to the global minimum because “the loss function is convex” needs qualification. The joint loss L(B, V | λ) is biconvex (convex in B for fixed V and vice versa) but not jointly convex under the Stiefel constraint V'V = I; multiple local minima are possible for non-convex bilinear problems. The updates themselves are standard (Penrose / Kristof) and the algorithm is reliable in practice, but the global-minimum assertion should be softened to “monotone descent to a stationary point” unless a joint-convexity argument is supplied.
minor comments (6)
- Abstract and Introduction: “With show several experimental gauges” is a typographical error; also “An block-relaxation algorithm” should be “A block-relaxation”.
- §2.1 / Figure 1: The caption and text state “degree 3 and 7 knots” yet claim nine columns; for cubic B-splines the usual relation is degree + number of interior knots + 1 (or equivalent segment counting). Clarify the knot convention used by the implementation.
- §3.1: The triplot construction is clear, but the valued markers on response axes are described only for a toy example; a short algorithmic recipe (or reference to Gower et al. Chapter 2) would help readers reproduce the markers for arbitrary data.
- §5.1: With N = 25 the AIC-selected trajectories are visibly under-smoothed; a brief remark on whether the same pattern appears for larger N would strengthen the preference for BIC.
- References: Leyder et al. (2026) is cited as forthcoming; ensure the citation remains accurate at publication or replace with a publicly available source for the biloop/bowl maps.
- Throughout: “triplot” and “biplot” are used somewhat interchangeably for the same display; consistent terminology would improve readability.
Circularity Check
No significant circularity: methods paper defines a penalized smooth RRR, estimates it by standard block-relaxation, and validates on independent gauges and data; only mild self-citation for future ordinal/binary extensions.
full rationale
This is a self-contained methods paper. The model Yc = Z B V' + E with difference penalties on B is defined from first principles (B-spline expansion of predictors + reduced-rank factorization + P-spline penalties). The block-relaxation updates (B+ = (Z'Z + P_λ)^(-1) Z' Yc V; V+ from SVD of U' Yc under V'V = I) follow standard least-squares / Kristof arguments and do not embed the target results. Simulations generate data from known nonlinear maps (biloop, bowl) and linear maps that are independent of the estimator; recovery is an external check, not a tautology. Empirical examples are exploratory illustrations. The only self-citations (De Rooij 2024; De Rooij et al. 2023) appear in the discussion as possible future extensions to binary/ordinal responses and play no role in the continuous-case derivation, algorithm, or claims. The approximate ED used for AIC/BIC is flagged by the author as needing further work, but that is a correctness/approximation issue, not circularity: the formula is an explicit generalization of the univariate P-spline trace term, not a quantity fitted to the very quantity it is later said to predict. No prediction reduces by construction to a fitted constant, and no uniqueness theorem is imported from the author's prior work to force the present model. Score 1 reflects only the non-load-bearing self-citations for future work.
Assumptions & free parameters
free parameters (4)
- per-predictor penalty λ_p (and grid on log10 scale)
- rank / dimensionality S
- number of knots (default 21), spline degree (default 3), difference order (default 2)
- ridge constant κ (default 10^{-5})
assumptions (5)
- domain assumption Multivariate responses are well modeled by least-squares residual sum of squares after centering Y.
- domain assumption B-spline bases of fixed degree/knots plus difference penalties produce adequate smooth additive effects (P-spline principle of Eilers & Marx).
- domain assumption Coefficient matrix factors as A = BV′ with V′V = I (reduced rank).
- ad hoc to paper Effective dimension for IC is ED_λ = tr[(Z′Z+P_λ)^{-1}Z′Z] + (R−S)S.
- ad hoc to paper Alternating updates for B and V under the stated loss converge to the global minimum because the loss is convex.
Cite this review
Pith. "Pith review of Smooth Reduced Rank Regression with P-splines." pith.science (2026). https://pith.science/paper/DX25MI4X
@misc{pith2026260705096,
author = {Pith},
title = {Pith review of: Smooth Reduced Rank Regression with P-splines},
year = {2026},
howpublished = {\url{https://pith.science/paper/DX25MI4X}},
note = {Machine review of arXiv:2607.05096}
}
read the original abstract
Linear regression is one of the core statistical tools used for analysis of data. In the era of statistical learning, linear regression has been expanded into two directions. The first is regularisation, where penalties are added to the loss function to obtain more stable or sparse solutions. The second direction is basis expansion, such as with spline or kernel functions, where the linearity assumption is dropped. In practice, empirical researchers often collect multiple outcome variables. Regression models, either linear, regularized, or expanded, can be fitted to each of these outcome variables, but such an approach does not take into account the associations among the response variables. Reduced rank regression is a multivariate regression tool that takes into account and models the association among the response variables. In this paper, we develop and test a B-spline basis expansion for reduced rank regression, a regression model for multiple outcome variables where we penalize the coefficients to obtain a smooth fit, as in P-splines. This approach is useful for the analysis of data sets with multiple outcomes and a relatively small number of predictors. A block-relaxation algorithm is developed for parameter estimation and we discuss ways for penalty parameter tuning. We develop visualizations tools for model interpretation based on biplot methodology for ``all predictor - all response'' relationships and partial dependence plots for interpreting ``single predictor - single response'' relationships. With show several experimental gauges and we analyze three empirical data sets. We conclude this paper with a discussion.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
The on-line encyclopedia of integer sequences , author=
-
[2]
1987 , publisher=
Challenging Mathematical Problems with Elementary Solutions , author=. 1987 , publisher=
1987
-
[3]
1990 , publisher=
Nonlinear multivariate analysis , author=. 1990 , publisher=
1990
-
[4]
Categorical data analysis , edition =
Agresti, Alan , year=. Categorical data analysis , edition =
-
[5]
2010 , publisher=
Analysis of ordinal categorical data , author=. 2010 , publisher=
2010
-
[6]
2001 , publisher=
Regression modeling strategies: with applications to linear models, logistic regression, and survival analysis , author=. 2001 , publisher=
2001
-
[7]
2022 , publisher=
Multivariate reduced-rank regression: Theory, methods, and applications , author=. 2022 , publisher=
2022
-
[8]
1975 , publisher=
Discrete multivariate analysis: Theory and practice , author=. 1975 , publisher=
1975
Show all 282 references
-
[9]
1989 , publisher=
Multiway contingency tables analysis for the social sciences , author=. 1989 , publisher=
1989
-
[10]
Generalized linear models , author =
-
[11]
2005 , publisher=
Modern multidimensional scaling: Theory and applications , author=. 2005 , publisher=
2005
-
[12]
2006 , publisher=
Models for discrete longitudinal data , author=. 2006 , publisher=
2006
-
[13]
2001 , publisher=
The elements of statistical learning , author=. 2001 , publisher=
2001
-
[14]
2020 , publisher=
Statistical learning from a regression perspective (3rd Edition) , author=. 2020 , publisher=
2020
-
[15]
2002 , publisher=
Principal component analysis , author=. 2002 , publisher=
2002
-
[16]
Douglas and Arabie, Phipps , title =
Carroll, J. Douglas and Arabie, Phipps , title =. Annual Review of Psychology , volume =
-
[17]
Biometrical Journal , volume=
Biplots in reduced-rank regression , author=. Biometrical Journal , volume=. 1994 , publisher=
1994
-
[18]
The Annals of Mathematical Statistics , pages=
Estimating linear restrictions on regression coefficients for multivariate normal distributions , author=. The Annals of Mathematical Statistics , pages=. 1951 , publisher=
1951
-
[19]
Journal of Multivariate Analysis , volume=
Reduced-rank regression for the multivariate linear model , author=. Journal of Multivariate Analysis , volume=. 1975 , publisher=
1975
-
[20]
2008 , publisher=
Modern multivariate statistical techniques , author=. 2008 , publisher=
2008
-
[21]
1952 , author=
Statistical theory in research , place =. 1952 , author=
1952
-
[22]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Reduced-rank regression and canonical analysis , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1981 , publisher=
1981
-
[23]
Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=
Procedures for reduced-rank regression , author=. Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=. 1982 , publisher=
1982
-
[24]
Psychometrika , volume=
Redundancy analysis an alternative for canonical correlation analysis , author=. Psychometrika , volume=. 1977 , publisher=
1977
-
[25]
Journal of Multivariate Analysis , volume=
Leveraging mixed and incomplete outcomes via reduced-rank modeling , author=. Journal of Multivariate Analysis , volume=. 2018 , publisher=
2018
-
[26]
Biometrika , volume=
On the degrees of freedom of reduced-rank estimators in multivariate regression , author=. Biometrika , volume=. 2015 , publisher=
2015
-
[27]
Biometrics , volume=
Correspondence analysis of incidence and abundance data: properties in terms of a unimodal response model , author=. Biometrics , volume=. 1985 , publisher=
1985
-
[28]
Ecology , volume=
Canonical correspondence analysis: a new eigenvector technique for multivariate direct gradient analysis , author=. Ecology , volume=. 1986 , publisher=
1986
-
[29]
Computational Statistics & Data Analysis , volume=
Two types of single-peaked data: Correspondence analysis as an alternative to principal component analysis , author=. Computational Statistics & Data Analysis , volume=. 2009 , publisher=
2009
-
[30]
, author=
Theory and methods of scaling. , author=. 1958 , publisher=
1958
-
[31]
1968 , publisher=
Metric analysis of ordinal data in psychology , author=. 1968 , publisher=
1968
-
[32]
2004 , publisher=
Explanatory item response models: A generalized linear and nonlinear approach , author=. 2004 , publisher=
2004
-
[33]
Explanatory item response models: A generalized linear and nonlinear approach , editor =
Models for polytomous data , author=. Explanatory item response models: A generalized linear and nonlinear approach , editor =. 2004 , publisher=
2004
-
[34]
Biometrika , volume=
The biplot graphic display of matrices with application to principal component analysis , author=. Biometrika , volume=. 1971 , publisher=
1971
-
[35]
1996 , publisher=
Biplots , author=. 1996 , publisher=
1996
-
[36]
2011 , publisher=
Understanding biplots , author=. 2011 , publisher=
2011
-
[37]
Advanced Studies in Classification and Data Science , pages=
External logistic biplots for mixed types of data , author=. Advanced Studies in Classification and Data Science , pages=. 2020 , publisher=
2020
-
[38]
Data Analysis and Rationality in a Complex World , pages=
Redundancy analysis for binary data based on logistic responses , author=. Data Analysis and Rationality in a Complex World , pages=. 2019 , organization=
2019
-
[39]
Multiple correspondence analysis and related methods , pages=
Logistic biplots , author=. Multiple correspondence analysis and related methods , pages=. 2006 , publisher=
2006
-
[40]
Proceedings of science of modeling: The 30th anniversary meeting of the information criterion (AIC) , pages=
On likelihood ratio tests for dimensionality selection , author=. Proceedings of science of modeling: The 30th anniversary meeting of the information criterion (AIC) , pages=. 2003 , organization=
2003
-
[41]
Facets of Behaviormetrics: The 50th Anniversary of the Behaviormetric Society , pages=
On likelihood ratio tests for dimensionality selection , author=. Facets of Behaviormetrics: The 50th Anniversary of the Behaviormetric Society , pages=. 2023 , editor =
2023
-
[42]
2009 , publisher=
Marginal Models: For dependent, clustered, and longitudinal categorical data , author=. 2009 , publisher=
2009
-
[43]
1968 , publisher=
Latent structure analysis , author=. 1968 , publisher=
1968
-
[44]
1987 , publisher=
Latent class analysis , author=. 1987 , publisher=
1987
-
[45]
2004 , publisher=
Generalized latent variable modeling: Multilevel, longitudinal, and structural equation models , author=. 2004 , publisher=
2004
-
[46]
2003 , publisher=
Nationaal Kiezersonderzoek, NKO 2002 2003 , author=. 2003 , publisher=
2002
-
[47]
Science , volume=
On the theory of scales of measurement , author=. Science , volume=. 1946 , publisher=
1946
-
[48]
arXiv preprint arXiv:1603.03174 , year=
Multinomial multiple correspondence analysis , author=. arXiv preprint arXiv:1603.03174 , year=
-
[49]
Statistical Science , pages=
The Gifi system of descriptive multivariate analysis , author=. Statistical Science , pages=. 1998 , publisher=
1998
-
[50]
Journal of Statistical Software , volume=
Scaling Roll Call Votes with wnominate in R , author=. Journal of Statistical Software , volume=
-
[51]
American Political Science Review , volume=
The statistical analysis of roll call data , author=. American Political Science Review , volume=. 2004 , publisher=
2004
-
[52]
American Journal of Political Science , volume=
A spatial model for legislative roll call analysis , author=. American Journal of Political Science , volume=. 1985 , publisher=
1985
-
[53]
arXiv preprint arXiv:2102.08232 , year=
The MELODIC family for simultaneous binary logistic regression in a reduced space , author=. arXiv preprint arXiv:2102.08232 , year=
-
[54]
Facets of Behaviormetrics: The 50th Anniversary of the Behaviormetric Society , pages=
The MELODIC family for simultaneous binary logistic regression in a reduced space , author=. Facets of Behaviormetrics: The 50th Anniversary of the Behaviormetric Society , pages=. 2023 , editor =
2023
-
[55]
Mathematical Proceedings of the Cambridge Philosophical Society , volume=
On best approximate solutions of linear matrix equations , author=. Mathematical Proceedings of the Cambridge Philosophical Society , volume=. 1956 , organization=
1956
-
[56]
Submitted paper, prepreint available https://arxiv.org/abs/2402.07624 , volume=
Supervised and Unsupervised Mapping of Binary Variables: A proximity perspective , author=. Submitted paper, prepreint available https://arxiv.org/abs/2402.07624 , volume=. 2024 , publisher=
2024 arXiv
-
[57]
Submitted paper , volume=
Logistic Multidimensional Data Analysis for Ordinal Response Variables using a Cumulative Link function , author=. Submitted paper , volume=. 2023 , publisher=
2023
-
[58]
Behaviormetrika , volume =
A new algorithm and a discussion about visualization for logistic reduced rank regression , author=. Behaviormetrika , volume =. 2024 , publisher=
2024
-
[59]
Journal of Classification , volume=
Multinomial Restricted Unfolding , author=. Journal of Classification , volume=. 2024 , publisher=
2024
-
[60]
Industrial and Organizational Psychology , volume=
75 years after Likert: Thurstone was right! , author=. Industrial and Organizational Psychology , volume=. 2010 , publisher=
2010
-
[61]
Computational Statistics & Data Analysis , volume=
Principal component analysis of binary data by iterated singular value decomposition , author=. Computational Statistics & Data Analysis , volume=. 2006 , publisher=
2006
-
[62]
Journal of Multivariate Analysis , volume=
Dimensionality reduction for binary data through the projection of natural parameters , author=. Journal of Multivariate Analysis , volume=. 2020 , publisher=
2020
-
[63]
Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics , editor =
A generalized linear model for principal component analysis of binary data , author=. Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics , editor =
-
[64]
Advances in Neural Information Processing Systems , volume=
A generalization of principal components analysis to the exponential family , author=. Advances in Neural Information Processing Systems , volume=
-
[65]
Briefings in Bioinformatics , volume=
Principal component analysis of binary genomics data , author=. Briefings in Bioinformatics , volume=. 2019 , publisher=
2019
-
[66]
2003 , institution =
Weighted Majorization Algorithms for Weighted Least Squares Decomposition Models , author =. 2003 , institution =
2003
-
[67]
2013 , publisher=
Constrained principal component analysis and related techniques , author=. 2013 , publisher=
2013
-
[68]
Encyclopedia of Measurement and Statistics , pages=
Singular value decomposition (SVD) and generalized singular value decomposition , author=. Encyclopedia of Measurement and Statistics , pages=. 2007 , publisher=
2007
-
[69]
2002 , journal=
The origins of logistic regression , author=. 2002 , journal=
2002
-
[70]
Journal of the American Statistical Association , volume=
Application of the logistic function to bio-assay , author=. Journal of the American Statistical Association , volume=. 1944 , publisher=
1944
-
[71]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
The regression analysis of binary sequences , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1958 , publisher=
1958
-
[72]
Penninx, Brenda WJH and Beekman, Aartjan TF and Smit, Johannes H and Zitman, Frans G and Nolen, Willem A and Spinhoven, Philip and Cuijpers, Pim and De Jong, Peter J and Van Marwijk, Harm WJ and Assendelft, Willem JJ and others , journal=. The. 2008 , publisher=
2008
-
[73]
General Hospital Psychiatry , volume=
The role of personality in comorbidity among anxiety and depressive disorders in primary care and specialty care: A cross-sectional analysis , author=. General Hospital Psychiatry , volume=. 2009 , publisher=
2009
-
[74]
Using the Dutch multi-informant Strengths and Difficulties Questionnaire (
Vugteveen, J and De Bildt, A and Hartman, CA and Timmerman, ME , journal=. Using the Dutch multi-informant Strengths and Difficulties Questionnaire (. 2018 , publisher=
2018
-
[75]
Psychometrika , volume=
Simplified calculation of principal components , author=. Psychometrika , volume=. 1936 , publisher=
1936
-
[76]
Psychometrika , volume=
The approximation of one matrix by another of lower rank , author=. Psychometrika , volume=. 1936 , publisher=
1936
-
[77]
Psychometrika , volume=
CANDELINC: A general approach to multidimensional analysis of many-way arrays with linear constraints on parameters , author=. Psychometrika , volume=. 1980 , publisher=
1980
-
[78]
Theory and method , author=
Multidimensional scaling: I. Theory and method , author=. Psychometrika , volume=. 1952 , publisher=
1952
-
[79]
, author=
Nonmetric factor analysis. , author=. University of Michigan. Department of Engineering Research. Bulletin , year=
-
[80]
Biometrika , volume=
Some distance properties of latent root and vector methods used in multivariate analysis , author=. Biometrika , volume=. 1966 , publisher=
1966
-
[81]
Psychometrika , volume=
A general nonmetric technique for finding the smallest coordinate space for a configuration of points , author=. Psychometrika , volume=. 1968 , publisher=
1968
-
[82]
Psychometrika , volume=
Multidimensional scaling by optimizing goodness of fit to a nonmetric hypothesis , author=. Psychometrika , volume=. 1964 , publisher=
1964
-
[83]
, author=
Psychological scaling without a unit of measurement. , author=. Psychological Review , volume=. 1950 , publisher=
1950
-
[84]
Psychometrika , volume=
Multidimensional unfolding: Determining configuration from complete rank order preference data , author=. Psychometrika , volume=. 1961 , publisher=
1961
-
[85]
Psychometrika , volume=
Multidimensional unfolding: Determining the dimensionality of ranked preference data , author=. Psychometrika , volume=. 1960 , publisher=
1960
-
[86]
Psychometrika , volume=
Graphical representations and odds ratios in a distance-association model for the analysis of cross-classified data , author=. Psychometrika , volume=. 2005 , publisher=
2005
-
[87]
Journal of Classification , volume=
A multivariate logistic distance model for the analysis of multiple binary responses , author=. Journal of Classification , volume=. 2018 , publisher=
2018
-
[88]
Psychometrika , volume=
Ideal point discriminant analysis , author=. Psychometrika , volume=. 1987 , publisher=
1987
-
[89]
Psychometrika , volume=
Analysis of contingency tables by ideal point discriminant analysis , author=. Psychometrika , volume=. 1987 , publisher=
1987
-
[90]
pick any/n
Choice model analysis of the “pick any/n” type of binary data , author=. Japanese Psychological Research , volume=. 1998 , publisher=
1998
-
[91]
The application of an unfolding model of the
Andrich, David , journal=. The application of an unfolding model of the. 1988 , publisher=
1988
-
[92]
Psychometrika , volume=
A latent trait model for dichotomous choice data , author=. Psychometrika , volume=. 1990 , publisher=
1990
-
[93]
Applied Psychological Measurement , volume=
A hyperbolic cosine latent trait model for unfolding dichotomous single-stimulus responses , author=. Applied Psychological Measurement , volume=. 1993 , publisher=
1993
-
[94]
Applied Psychological Measurement , volume=
A general item response theory model for unfolding unidimensional polytomous responses , author=. Applied Psychological Measurement , volume=. 2000 , publisher=
2000
-
[95]
Applied Psychological Measurement , volume=
The Explanatory Generalized Graded Unfolding Model: Incorporating Collateral Information to Improve the Latent Trait Estimation Accuracy , author=. Applied Psychological Measurement , volume=. 2022 , publisher=
2022
-
[96]
Japanese Psychological Research , volume=
Generalized graded unfolding model with structural equation for subject parameters , author=. Japanese Psychological Research , volume=. 2011 , publisher=
2011
-
[97]
Applied Psychological Measurement , volume=
Bmggum: An R package for Bayesian estimation of the multidimensional generalized graded unfolding model with covariates , author=. Applied Psychological Measurement , volume=. 2021 , publisher=
2021
-
[98]
, author=
Estimation of latent ability using a response pattern of graded scores. , author=. Psychometrika monograph supplement , year=
-
[99]
Austrian Journal of Statistics , volume=
A Note on Procrustean Fittings of Noisy Configurations , author=. Austrian Journal of Statistics , volume=
-
[100]
Applied Psychological Measurement , volume=
Simple and weighted unfolding threshold models for the spatial representation of binary choice data , author=. Applied Psychological Measurement , volume=. 1986 , publisher=
1986
-
[101]
Journal of Marketing Research , volume=
Constructing MDS joint spaces from binary choice data: A multidimensional unfolding threshold model for marketing research , author=. Journal of Marketing Research , volume=. 1987 , publisher=
1987
-
[102]
US--Japan Seminar of Multidimensional Scaling and Related Techniques, La Jolla , year=
Religious behavior of the Japanese: Execution of a partial order scalogram analysis based on quantification theory , author=. US--Japan Seminar of Multidimensional Scaling and Related Techniques, La Jolla , year=
-
[103]
Psychometrika , volume=
Ideal point discriminant analysis revisited with a special emphasis on visualization , author=. Psychometrika , volume=. 2009 , publisher=
2009
-
[104]
Computational Statistics & Data Analysis , volume=
Trend vector models for the analysis of change in continuous time for multiple groups , author=. Computational Statistics & Data Analysis , volume=. 2009 , publisher=
2009
-
[105]
Journal of Classification , volume=
Model selection for the trend vector model , author=. Journal of Classification , volume=. 2013 , publisher=
2013
-
[106]
Multivariate Behavioral Research , volume=
The mixed effects trend vector model , author=. Multivariate Behavioral Research , volume=. 2012 , publisher=
2012
-
[107]
Behaviormetrika , volume=
An Application of the Mixed Effects Trend Vector Models to the Analysis of Asymmetric Square Contingency Tables with Auxiliary Variables , author=. Behaviormetrika , volume=. 2012 , publisher=
2012
-
[108]
Gifi Goes Logistic: SCASA Keynote , author=
-
[109]
Journal of Computational and Graphical Statistics , volume=
Why tables are really much better than graphs , author=. Journal of Computational and Graphical Statistics , volume=. 2011 , publisher=
2011
-
[110]
Journal of Computational and Graphical Statistics , volume=
Comment-Why Tables Are Really Much Better Than Graphs , author=. Journal of Computational and Graphical Statistics , volume=
-
[111]
A tutorial on
Hunter, David R and Lange, Kenneth , journal=. A tutorial on. 2004 , publisher=
2004
-
[112]
Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume=
An introduction to Majorization-Minimization algorithms for machine learning and statistical estimation , author=. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume=. 2017 , publisher=
2017
-
[113]
Annals of the Institute of Statistical Mathematics , volume=
Monotonicity of quadratic-approximation algorithms , author=. Annals of the Institute of Statistical Mathematics , volume=. 1988 , publisher=
1988
-
[114]
Annals of the Institute of Statistical Mathematics , volume=
Multinomial logistic regression algorithm , author=. Annals of the Institute of Statistical Mathematics , volume=. 1992 , publisher=
1992
-
[115]
Journal of Chemometrics: A Journal of the Chemometrics Society , volume=
Towards a standardized notation and terminology in multiway analysis , author=. Journal of Chemometrics: A Journal of the Chemometrics Society , volume=. 2000 , publisher=
2000
-
[116]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Regression and ordered categorical variables , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1984 , publisher=
1984
-
[117]
Statistical Modelling , volume=
Transitional ideal point models for longitudinal multinomial outcomes , author=. Statistical Modelling , volume=. 2011 , publisher=
2011
-
[118]
Biometrika , volume=
Longitudinal data analysis using generalized linear models , author=. Biometrika , volume=. 1986 , publisher=
1986
-
[119]
Biometrics , pages=
Longitudinal data analysis for discrete and continuous outcomes , author=. Biometrics , pages=. 1986 , publisher=
1986
-
[120]
Econometrica: Journal of the Econometric Society , pages=
A heteroskedasticity-consistent covariance matrix estimator and a direct test for heteroskedasticity , author=. Econometrica: Journal of the Econometric Society , pages=. 1980 , publisher=
1980
-
[121]
Biometrical Journal: Journal of Mathematical Methods in Biosciences , volume=
The generalised estimating equations: an annotated bibliography , author=. Biometrical Journal: Journal of Mathematical Methods in Biosciences , volume=. 1998 , publisher=
1998
-
[122]
Computer Methods and Programs in Biomedicine , volume=
Flexible multivariate marginal models for analyzing multivariate longitudinal data, with applications in R , author=. Computer Methods and Programs in Biomedicine , volume=. 2014 , publisher=
2014
-
[123]
2013 , publisher=
An introduction to statistical learning: with applications in R , author=. 2013 , publisher=
2013
-
[124]
2015 , publisher =
Vector Generalized Linear and Additive Models: With an Implementation in R , author =. 2015 , publisher =
2015
-
[125]
Statistical Modelling , volume=
Reduced-rank vector generalized linear models , author=. Statistical Modelling , volume=. 2003 , publisher=
2003
-
[126]
British Journal of Mathematical and Statistical Psychology , volume=
Statistical inference in generalized linear mixed models: A review , author=. British Journal of Mathematical and Statistical Psychology , volume=. 2006 , publisher=
2006
-
[127]
Political Analysis , pages=
Latent class modeling with covariates: Two improved three-step approaches , author=. Political Analysis , pages=. 2010 , publisher=
2010
-
[128]
Journal of Classification , volume=
Power and sample size computation for Wald tests in latent class models , author=. Journal of Classification , volume=. 2016 , publisher=
2016
-
[129]
Models as Approximations
Buja, Andreas and Brown, Lawrence and Berk, Richard and George, Edward and Pitkin, Emil and Traskin, Mikhail and Zhang, Kai and Zhao, Linda and others , journal=. Models as Approximations. 2019 , publisher=
2019
-
[130]
Models as Approximations
Buja, Andreas and Brown, Lawrence and Kuchibhotla, Arun Kumar and Berk, Richard and George, Edward and Zhao, Linda and others , journal=. Models as Approximations. 2019 , publisher=
2019
-
[131]
Epidemiology , pages=
To GEE or not to GEE: comparing population average and mixed models for estimating the associations between neighborhood risk factors and health , author=. Epidemiology , pages=. 2010 , publisher=
2010
-
[132]
Statistical Science , pages=
Bootstrap methods for standard errors, confidence intervals, and other measures of statistical accuracy , author=. Statistical Science , pages=. 1986 , publisher=
1986
-
[133]
Annals of Statistics , pages=
Bootstrap methods: Another look at the jackknife , author=. Annals of Statistics , pages=
-
[134]
Psychometrika , volume=
Two-step estimation of models between latent classes and external variables , author=. Psychometrika , volume=. 2018 , publisher=
2018
-
[135]
Estimating Latent Structure Models with Categorical Variables: One-Step Versus Three-Step Estimators , volume=
Bolck, Annabel and Croon, Marcel and Hagenaars, Jacques , year=. Estimating Latent Structure Models with Categorical Variables: One-Step Versus Three-Step Estimators , volume=. Political Analysis , publisher=. doi:10.1093/pan/mph001 , number=
-
[136]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Regression shrinkage and selection via the lasso , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1996 , publisher=
1996
-
[137]
Technometrics , volume=
Ridge regression: Biased estimation for nonorthogonal problems , author=. Technometrics , volume=. 1970 , publisher=
1970
-
[138]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Predicting multivariate responses in multiple linear regression , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 1997 , publisher=
1997
-
[139]
G. Shmueli. To explain or to predict. Statistical Science. 2010
2010
-
[140]
American Sociological Review , pages=
The assignment of numbers to rank order categories , author=. American Sociological Review , pages=. 1970 , publisher=
1970
-
[141]
, author=
Nonlinear principal components analysis: introduction and application. , author=. Psychological Methods , volume=. 2007 , publisher=
2007
-
[142]
arXiv preprint arXiv:2110.02805 , year=
Penalized non-linear principal components analysis for ordinal variables with an application to international classification of functioning core sets , author=. arXiv preprint arXiv:2110.02805 , year=
-
[143]
2016 , publisher=
Nonlinear principal component analysis and its applications , author=. 2016 , publisher=
2016
-
[144]
Chapel Hill: Carolina Population Center, University of North Carolina , volume=
The use of discrete data in PCA: theory, simulations, and applications to socioeconomic indices , author=. Chapel Hill: Carolina Population Center, University of North Carolina , volume=
-
[145]
Computational Statistics & Data Analysis , volume=
Ordinal principal component analysis theory and an application , author=. Computational Statistics & Data Analysis , volume=. 1998 , publisher=
1998
-
[146]
arXiv preprint arXiv:1405.0294 , year=
Logistic Biplots for Ordinal Data with an Application to Job Satisfaction of Doctorate Degree Holders in Spain , author=. arXiv preprint arXiv:1405.0294 , year=
-
[147]
Journal of Experimental Social Psychology , volume=
Analyzing ordinal data with metric models: What could possibly go wrong? , author=. Journal of Experimental Social Psychology , volume=. 2018 , publisher=
2018
-
[148]
Biometrika , volume=
Estimation of the probability of an event as a function of several independent variables , author=. Biometrika , volume=. 1967 , publisher=
1967
-
[149]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Regression models for ordinal data , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=. 1980 , publisher=
1980
-
[150]
Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=
Regression, discrimination and measurement models for ordered categorical variables , author=. Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=. 1981 , publisher=
1981
-
[151]
2016 , school=
High-dimensional inference of ordinal data with medical applications , author=. 2016 , school=
2016
-
[152]
The Annals of Mathematical Statistics , volume =
Multivariate correlation models with mixed discrete and continuous variables , author=. The Annals of Mathematical Statistics , volume =. 1961 , publisher=
1961
-
[153]
Multivariate two sample tests with dichotomous and continuous variables
Afifi, Abdelmonem A and Elashoff, RM , journal=. Multivariate two sample tests with dichotomous and continuous variables. 1969 , publisher=
1969
-
[154]
Journal of the American Statistical Association , volume=
Discrimination and classification using both binary and continuous variables , author=. Journal of the American Statistical Association , volume=. 1975 , publisher=
1975
-
[155]
Journal of the American Statistical Association , volume=
Canonical representation of the location model for discrimination or classification , author=. Journal of the American Statistical Association , volume=. 1976 , publisher=
1976
-
[156]
Journal of Classification , volume=
The location model for mixtures of categorical and continuous variables , author=. Journal of Classification , volume=. 1993 , publisher=
1993
-
[157]
On discriminative vs
Ng, Andrew and Jordan, Michael , journal=. On discriminative vs. generative classifiers: A comparison of logistic regression and naive
-
[158]
Journal of the American Statistical Association , volume=
The efficiency of logistic regression compared to normal discriminant analysis , author=. Journal of the American Statistical Association , volume=. 1975 , publisher=
1975
-
[159]
The London, Edinburgh, and Dublin philosophical magazine and journal of science , volume=
On lines and planes of closest fit to systems of points in space , author=. The London, Edinburgh, and Dublin philosophical magazine and journal of science , volume=. 1901 , publisher=
1901
-
[160]
Psychometrika , volume=
Joint maximum likelihood estimation for high-dimensional exploratory item factor analysis , author=. Psychometrika , volume=. 2019 , publisher=
2019
-
[161]
Psychometrika , volume=
A note on exploratory item factor analysis by singular value decomposition , author=. Psychometrika , volume=. 2020 , publisher=
2020
-
[162]
Modern Statistical Methods for Health Research , pages=
Estimation methods for item factor analysis: An overview , author=. Modern Statistical Methods for Health Research , pages=. 2021 , editor =
2021
-
[163]
Psychometrika , volume=
On the relationship between item response theory and factor analysis of discretized variables , author=. Psychometrika , volume=. 1987 , publisher=
1987
-
[164]
2016 , publisher=
Multilabel classification: Problem analysis, metrics and techniques , author=. 2016 , publisher=
2016
-
[165]
Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume=
Multi-label learning: a review of the state of the art and ongoing research , author=. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume=. 2014 , publisher=
2014
-
[166]
IEEE Transactions on Knowledge and Data Engineering , volume=
A review on dimensionality reduction for multi-label classification , author=. IEEE Transactions on Knowledge and Data Engineering , volume=. 2019 , publisher=
2019
-
[167]
Clinical Psychology in Europe , volume=
Building an early warning system for depression: rationale, objectives, and methods of the WARN-D study , author=. Clinical Psychology in Europe , volume=
-
[168]
Advances in Methods and Practices in Psychological Science , volume=
Understanding ecological-momentary-assessment data: A tutorial on exploring item performance in ecological-momentary-assessment data , author=. Advances in Methods and Practices in Psychological Science , volume=. 2025 , publisher=
2025
-
[169]
, author=
Discriminative vs Informative Learning. , author=. KDD-97 proceedings , volume=
-
[170]
Nature Methods , volume=
Classification evaluation: It is important to understand both what a classification metric expresses and what it hides , author=. Nature Methods , volume=. 2016 , publisher=
2016
-
[171]
1929 , place =
The measurement of attitude , author=. 1929 , place =
1929
-
[172]
2020 , publisher=
Matrix-based introduction to multivariate data analysis , author=. 2020 , publisher=
2020
-
[173]
2009 , publisher=
Multidimensional item response theory , author=. 2009 , publisher=
2009
-
[174]
Psychometrika , volume=
Mapping unobserved item--respondent interactions: A latent space item response model with interaction map , author=. Psychometrika , volume=. 2021 , publisher=
2021
-
[175]
Advances in Data Analysis and Classification , pages=
Independent component analysis by robust distance correlation , author=. Advances in Data Analysis and Classification , pages=. 2026 , publisher=
2026
-
[176]
Geometric representations of relational data , pages=
Convergence of correction matrix algorithms for multidimensional scaling , author=. Geometric representations of relational data , pages=. 1977 , editor =
1977
-
[177]
Multivariate Analysis, Vol
Multidimensional scaling with restrictions on the configuration , author=. Multivariate Analysis, Vol. V , pages=. 1980 , editor =
1980
-
[178]
Handbook of Statistics, Vol
Theory of multidimensional scaling , author=. Handbook of Statistics, Vol. 2 , pages=. 1982 , editor =
1982
-
[179]
Recent Developments in Statistics , year =
Applications of convex analysis to multidimensional scaling , author=. Recent Developments in Statistics , year =
-
[180]
Data Science: Innovative Developments in Data Analysis and Clustering , pages=
The five factor model of personality and evaluation of drug consumption risk , author=. Data Science: Innovative Developments in Data Analysis and Clustering , pages=. 2017 , publisher=
2017
-
[181]
Proceedings of the Third Berkeley Symposium on Mathematical Statistics and Probability, Volume 1: Contributions to the Theory of Statistics , year=
Inadmissibility of the Usual Estimator for the Mean of a Multivariate Normal Distribution , author=. Proceedings of the Third Berkeley Symposium on Mathematical Statistics and Probability, Volume 1: Contributions to the Theory of Statistics , year=
-
[182]
Visualization of Categorical Data , pages=
Visualization in ideal point discriminant analysis , author=. Visualization of Categorical Data , pages=. 1998 , editor =
1998
-
[183]
Recent Advances in Descriptive Multivariate Analysis , pages=
Convergent computation by iterative majorization: Theory and applications in multidimensional data analysis , author=. Recent Advances in Descriptive Multivariate Analysis , pages=. 1995 , editor =
1995
-
[184]
Developments in Numerical Ecology , editor =
Joint ordination of species and sites: the unfolding technique , author=. Developments in Numerical Ecology , editor =. 1987 , publisher=
1987
-
[185]
Psychometrika , volume=
A generalized majorization method for least squares multidimensional scaling of pseudodistances that may be negative , author=. Psychometrika , volume=. 1991 , publisher=
1991
-
[186]
Psychometrika , volume=
A latent class unfolding model for analyzing single stimulus preference ratings , author=. Psychometrika , volume=. 1993 , publisher=
1993
-
[187]
Journal of Classification , volume=
Convergence of the majorization method for multidimensional scaling , author=. Journal of Classification , volume=. 1988 , publisher=
1988
-
[188]
, author=
A theory of data. , author=. 1964 , publisher=
1964
-
[189]
Food Quality and Preference , volume=
Restricted unfolding: Preference analysis with optimal transformations of preferences and attributes , author=. Food Quality and Preference , volume=. 2010 , publisher=
2010
-
[190]
Advances in Methods and Practices in Psychological Science , volume=
Cross-validation: A method every psychologist should know , author=. Advances in Methods and Practices in Psychological Science , volume=. 2020 , publisher=
2020
-
[191]
Behavior Research Methods , volume=
ClusterBootstrap: An R-package for the analysis of hierarchical data using generalized linear models with the cluster bootstrap , author=. Behavior Research Methods , volume=. 2020 , publisher=
2020
-
[192]
Unfolding analysis of proximity data , author=
-
[193]
2010 , publisher=
Advances in multidimensional unfolding , author=. 2010 , publisher=
2010
-
[194]
2011 , publisher=
Item analysis of single-peaked response data: the psychometric evaluation of bipolar measurement scales , author=. 2011 , publisher=
2011
-
[195]
Matrix rank minimization with applications , author=
-
[196]
1978 , publisher=
A practical guide to splines , author=. 1978 , publisher=
1978
-
[197]
2021 , publisher=
Practical smoothing: The joys of P-splines , author=. 2021 , publisher=
2021
-
[198]
Statistical science , volume=
Flexible smoothing with B-splines and penalties , author=. Statistical science , volume=. 1996 , publisher=
1996
-
[199]
2014 , school=
Logistic Gifi: A logistic distance association model for exploratory analysis of categorical data , author=. 2014 , school=
2014
-
[200]
1993 , publisher=
The majorization approach to multidimensional scaling , author=. 1993 , publisher=
1993
-
[201]
1993 , publisher=
Least squares optimization in multivariate analysis , author=. 1993 , publisher=
1993
-
[202]
1997 , publisher=
Numerical linear algebra , author=. 1997 , publisher=
1997
-
[203]
Journal of Mathematical Psychology , volume=
A theorem on the trace of certain matrix products and some applications , author=. Journal of Mathematical Psychology , volume=. 1970 , publisher=
1970
-
[204]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Multivariate regression analyses for categorical data , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=
-
[205]
Journal of the Royal Statistical Society: Series B (Methodological) , volume=
Multivariate logistic models , author=. Journal of the Royal Statistical Society: Series B (Methodological) , volume=
-
[206]
2002 , publisher=
Generalized estimating equations , author=. 2002 , publisher=
2002
-
[207]
1984 , publisher=
Theory and applications of correspondence analysis , author=. 1984 , publisher=
1984
-
[208]
2021 , publisher=
An introduction to correspondence analysis , author=. 2021 , publisher=
2021
-
[209]
1985 , publisher=
DATA: A Collection of Problems from Many fields for the Student and Research Worker , author=. 1985 , publisher=
1985
-
[210]
Diabetologia , volume=
An attempt to define the nature of chemical diabetes using a multidimensional analysis , author=. Diabetologia , volume=. 1979 , publisher=
1979
-
[211]
, author=
Multivariate analysis of an enzymic profile for the differential diagnosis of viral hepatitis. , author=. Clinical Chemistry , volume=. 1980 , publisher=
1980
-
[212]
Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=
Multiple-group logistic regression diagnostics , author=. Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=. 1989 , publisher=
1989
-
[213]
2022 , note =
psychTools:Tools to Accompany the 'psych; Package for Psychological Research , author =. 2022 , note =
2022
-
[214]
2024 , note =
lmap: Logistic Mapping , author =. 2024 , note =
2024
-
[215]
Yee , year =
Thomas W. Yee , year =
-
[216]
2021 , note =
microbenchmark: Accurate Timing Functions , author =. 2021 , note =
2021
-
[217]
International Journal of Epidemiology , volume =
Börsch-Supan, Axel and Brandt, Martina and Hunkler, Christian and Kneip, Thorsten and Korbmacher, Julie and Malter, Frederic and Schaan, Barbara and Stuck, Stephanie and Zuber, Sabrina , title = ". International Journal of Epidemiology , volume =. 2013 , month =. doi:10.1093/i...
2013 doi
-
[218]
International Social Survey Programme: Environment IV - ISSP 2020
ISSP Research Group. International Social Survey Programme: Environment IV - ISSP 2020. 2022. doi:10.4232/1.13921
2020 doi
-
[219]
Biometrics , volume =
Multi-variate probit analysis , author=. Biometrics , volume =
-
[220]
Statistical Science , volume=
ROS Regression: Integrating Regularization with Optimal Scaling Regression , author=. Statistical Science , volume=. 2019 , publisher=
2019
-
[221]
Psychometrika , volume=
Regression with qualitative and quantitative variables: An alternating least squares method with optimal scaling features , author=. Psychometrika , volume=. 1976 , publisher=
1976
-
[222]
2020 , school=
Advances in Survival Analysis and Optimal Scaling Methods , author=. 2020 , school=
2020
-
[223]
BMC Bioinformatics , volume=
A flexible framework for sparse simultaneous component based data integration , author=. BMC Bioinformatics , volume=. 2011 , publisher=
2011
-
[224]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Regularization and variable selection via the elastic net , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2005 , publisher=
2005
-
[225]
Journal of Statistical Software , volume=
Regularization paths for generalized linear models via coordinate descent , author=. Journal of Statistical Software , volume=. 2010 , publisher=
2010
-
[226]
2007 , school =
Prediction accuracy and stability of regression with optimal scaling transformations , author=. 2007 , school =
2007
-
[227]
Marketing Science , volume=
A model for the analysis of asymmetric data in marketing research , author=. Marketing Science , volume=. 1982 , publisher=
1982
-
[228]
Multivariate Behavioral Research , volume=
Multivariate multinomial logit models for dyadic sequential interaction data , author=. Multivariate Behavioral Research , volume=. 2003 , publisher=
2003
-
[229]
Measurement and Evaluation in Counseling and Development , volume=
Why multivariate methods are usually vital , author=. Measurement and Evaluation in Counseling and Development , volume=. 1988 , publisher=
1988
-
[230]
Vegetatio , volume=
The analysis of vegetation-environment relationships by canonical correspondence analysis , author=. Vegetatio , volume=. 1987 , publisher=
1987
-
[231]
Environmental and Ecological Statistics , volume=
Algorithms and biplots for double constrained correspondence analysis , author=. Environmental and Ecological Statistics , volume=. 2018 , publisher=
2018
-
[232]
IEEE transactions on automatic control , volume=
A new look at the statistical model identification , author=. IEEE transactions on automatic control , volume=. 1974 , publisher=
1974
-
[233]
Multimodel inference: understanding
Burnham, Kenneth P and Anderson, David R , journal=. Multimodel inference: understanding. 2004 , publisher=
2004
-
[234]
2007 , publisher=
Model based inference in the life sciences: a primer on evidence , author=. 2007 , publisher=
2007
-
[235]
2015 , publisher=
Applied regression analysis and generalized linear models , author=. 2015 , publisher=
2015
-
[236]
2000 , publisher=
Applied logistic regression , author=. 2000 , publisher=
2000
-
[237]
Journal of the American Statistical Association , volume=
Influential observations in linear regression , author=. Journal of the American Statistical Association , volume=. 1979 , publisher=
1979
-
[238]
The American Statistician , volume=
Coefficients of determination for multiple logistic regression analysis , author=. The American Statistician , volume=. 2000 , publisher=
2000
-
[239]
Journal of public economics , volume=
The measurement of urban travel demand , author=. Journal of public economics , volume=. 1974 , publisher=
1974
-
[240]
The annals of statistics , volume=
Logistic regression diagnostics , author=. The annals of statistics , volume=. 1981 , publisher=
1981
-
[241]
Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=
Generalized linear model diagnostics using the deviance and single case deletions , author=. Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=. 1987 , publisher=
1987
-
[242]
Journal of the American Statistical Association , volume=
Graphical methods for assessing logistic regression models , author=. Journal of the American Statistical Association , volume=. 1984 , publisher=
1984
-
[243]
Statistics and its interface , volume=
Model diagnostics in reduced-rank estimation , author=. Statistics and its interface , volume=. 2016 , publisher=
2016
-
[244]
Journal of the American Statistical Association , volume=
Sparse reduced-rank regression for simultaneous dimension reduction and variable selection , author=. Journal of the American Statistical Association , volume=. 2012 , publisher=
2012
-
[245]
Statistics and Computing , volume=
Sparse reduced-rank regression with covariance estimation , author=. Statistics and Computing , volume=. 2016 , publisher=
2016
-
[246]
Journal of the Royal Statistical Society Series C: Applied Statistics , volume=
Sparse reduced-rank regression for exploratory visualisation of paired multivariate data , author=. Journal of the Royal Statistical Society Series C: Applied Statistics , volume=. 2021 , publisher=
2021
-
[247]
British Journal of Mathematical and Statistical Psychology , year=
Reduced rank regression for mixed predictor and response variables , author=. British Journal of Mathematical and Statistical Psychology , year=
-
[248]
Journal of the American statistical association , volume=
Robust locally weighted regression and smoothing scatterplots , author=. Journal of the American statistical association , volume=. 1979 , publisher=
1979
-
[249]
Ihm and H
P. Ihm and H. Correspondence Analysis and
-
[250]
2007 , publisher=
The EM algorithm and extensions , author=. 2007 , publisher=
2007
-
[251]
Studies in Higher Education , pages=
Students' proficiency evaluation: a non-parametric multilevel latent variable model approach , author=. Studies in Higher Education , pages=. 2024 , publisher=
2024
-
[252]
Journal of the American Statistical Association , volume=
Simple models for the analysis of association in cross-classifications having ordered categories , author=. Journal of the American Statistical Association , volume=. 1979 , publisher=
1979
-
[253]
and Bancroft, T
Anderson, R. and Bancroft, T. (1952). Statistical theory in research . McGraw-Hill Book Company, Inc
1952
-
[254]
Anderson, T. W. (1951). Estimating linear restrictions on regression coefficients for multivariate normal distributions. The Annals of Mathematical Statistics , pages 327--351
1951
-
[255]
Berk, R. A. (2020). Statistical learning from a regression perspective (3rd Edition) , volume 14. Springer
2020
-
[256]
and Tso, M
Davies, P. and Tso, M. K.-S. (1982). Procedures for reduced-rank regression. Journal of the Royal Statistical Society: Series C (Applied Statistics) , 31(3):244--255
1982
-
[257]
De Boor, C. (1978). A practical guide to splines . New York: Springer
1978
-
[258]
De Rooij, M. (2024). A new algorithm and a discussion about visualization for logistic reduced rank regression. Behaviormetrika , 51(1):389--410
2024
-
[259]
De Rooij, M., Breemer, L., Woestenburg, D., and Busing, F. M. T. A. (2023). Logistic multidimensional data analysis for ordinal response variables using a cumulative link function. Submitted paper
2023
-
[260]
Eilers, P. H. and Marx, B. D. (1996). Flexible smoothing with b-splines and penalties. Statistical science , 11(2):89--121
1996
-
[261]
Eilers, P. H. and Marx, B. D. (2021). Practical smoothing: The joys of P-splines . Cambridge University Press
2021
-
[262]
Fish, L. J. (1988). Why multivariate methods are usually vital. Measurement and Evaluation in Counseling and Development , 21(3):130--137
1988
-
[263]
I., Proppert, R
Fried, E. I., Proppert, R. K., and Rieble, C. L. (2023). Building an early warning system for depression: rationale, objectives, and methods of the warn-d study. Clinical Psychology in Europe , 5(3):e10075
2023
-
[264]
Friedman, J., Hastie, T., and Tibshirani, R. (2001). The elements of statistical learning . Springer series in statistics, New York
2001
-
[265]
Gabriel, K. R. (1971). The biplot graphic display of matrices with application to principal component analysis. Biometrika , 58(3):453--467
1971
-
[266]
and Hand, D
Gower, J. and Hand, D. (1996). Biplots . Chapman & Hall, London
1996
-
[267]
Gower, J., Lubbe, S., and Le Roux , N. (2011). Understanding biplots . John Wiley & Sons, Chichester, UK
2011
-
[268]
Izenman, A. J. (1975). Reduced-rank regression for the multivariate linear model. Journal of Multivariate Analysis , 5(2):248--264
1975
-
[269]
Izenman, A. J. (2008). Modern multivariate statistical techniques , volume 1. Springer
2008
-
[270]
James, G., Witten, D., Hastie, T., and Tibshirani, R. (2013). An introduction to statistical learning: with applications in R , volume 103. Springer
2013
-
[271]
J., Van Deuren, T., and Verdonck, T
Leyder, S., Raymaekers, J., Rousseeuw, P. J., Van Deuren, T., and Verdonck, T. (2026). Independent component analysis by robust distance correlation. Advances in Data Analysis and Classification , pages xx--xx
2026
-
[272]
K., and Chen, K
Luo, C., Liang, J., Li, G., Wang, F., Zhang, C., Dey, D. K., and Chen, K. (2018). Leveraging mixed and incomplete outcomes via reduced-rank modeling. Journal of Multivariate Analysis , 167:378--394
2018
-
[273]
Mukherjee, A., Chen, K., Wang, N., and Zhu, J. (2015). On the degrees of freedom of reduced-rank estimators in multivariate regression. Biometrika , 102(2):457--477
2015
-
[274]
Penrose, R. (1956). On best approximate solutions of linear matrix equations. Mathematical Proceedings of the Cambridge Philosophical Society , 52(1):17--19
1956
-
[275]
C., Velu, R
Reinsel, G. C., Velu, R. P., and Chen, K. (2022). Multivariate reduced-rank regression: Theory, methods, and applications , volume 225. Springer Nature
2022
-
[276]
S., Rieble, C
Siepe, B. S., Rieble, C. L., Tutunji, R., Rimpler, A., M \"a rz, J., Proppert, R. K., and Fried, E. I. (2025). Understanding ecological-momentary-assessment data: A tutorial on exploring item performance in ecological-momentary-assessment data. Advances in Methods and Practice...
2025
-
[277]
Takane, Y. (2013). Constrained principal component analysis and related techniques . Chapman & Hal/CRC, Boca Raton, FL
2013
-
[278]
Ten Berge, J. M. (1993). Least squares optimization in multivariate analysis . DSWO Press, Leiden University Leiden
1993
-
[279]
Ter Braak , C. J. and Looman, C. W. (1994). Biplots in reduced-rank regression. Biometrical Journal , 36(8):983--1003
1994
-
[280]
Tso, M.-S. (1981). Reduced-rank regression and canonical analysis. Journal of the Royal Statistical Society: Series B (Methodological) , 43(2):183--189
1981
-
[281]
Van den Wollenberg, A. L. (1977). Redundancy analysis an alternative for canonical correlation analysis. Psychometrika , 42(2):207--219
1977
-
[282]
Yee, T. W. and Hastie, T. J. (2003). Reduced-rank vector generalized linear models. Statistical Modelling , 3(1):15--41
2003
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.