ConQuest Community
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ConQuest Community
»
Help desk
»
Questions and Answers
»
standard error of conditional covariances/correlations in multidimensional run?
« previous
next »
Print
Pages: [
1
]
Author
Topic: standard error of conditional covariances/correlations in multidimensional run? (Read 321 times)
furonggao
Newbie
Posts: 15
standard error of conditional covariances/correlations in multidimensional run?
«
on:
April 24, 2020, 03:15:10 PM »
Hi,
Is there any way to calculate the standard error of the covariances/correlations of the dimensions? In the .shw file, only the variances' standard errors are shown, but not the covariances'. Thanks!
Sincerely,
Furong Gao
Logged
dan_c
Administrator
Jr. Member
Posts: 94
Re: standard error of conditional covariances/correlations in multidimensional run?
«
Reply #1 on:
April 27, 2020, 01:17:50 AM »
you can extract the full error variance-covariance matrix and include in your Show file. See here:
https://conquestmanual.netlify.app/s4-00.html#show
You need to:
1. use empirical errors
Code:
[Select]
estimate ! ... stderr = empirical ...;
This is the default behaviour if you do not specify the stderr option.
2. add the option to your show command
Code:
[Select]
show ! ... tables = 10 ...;
Table 10 is the error variance-covariance matrix
Logged
Print
Pages: [
1
]
« previous
next »
ConQuest Community
»
Help desk
»
Questions and Answers
»
standard error of conditional covariances/correlations in multidimensional run?