Feeds
提问
Calculating the same coefficients using same data in Matlab and SPSS
I'm trying to obtain the same coefficients from Matlab and SPSS using the same data set from an SPSS text book to determine whet...
13 years 前 | 1 个回答 | 0
1
个回答提问
What do the zero values indicate in the regression coeffient output?
After using the following codes: X = [ones(length(x1),1) x1' x2' x3']; B = X\Y'; I obtain the following coefficients i...
13 years 前 | 1 个回答 | 0
1
个回答提问
How can I compute regression coefficients for two or more output variables?
Is it possible for me to have two output variables using multiple linear regression? For example, computing the coefficients bet...
13 years 前 | 2 个回答 | 0
2
个回答提问
Problem interpreting regression coefficient output
I'm try and compute regression coeffients between mean free joint angles (ankle, hip, knee angles time-normalised to 101 data po...
13 years 前 | 1 个回答 | 0
1
个回答提问
How can I compute regression coefficients for three or more predictor variables?
How can I obtain the coefficients (b) of multiple linear regression between mean free joint angles (ankle, hip, knee angles time...
13 years 前 | 1 个回答 | 0
