Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovery metric for Beta, Q Matrix, Delta #18

Open
coatless opened this issue Sep 12, 2020 · 2 comments
Open

Recovery metric for Beta, Q Matrix, Delta #18

coatless opened this issue Sep 12, 2020 · 2 comments

Comments

@coatless
Copy link
Collaborator

The goal for the recovery metrics going forward is to base the permutation order off of just the Beta matrix and, then, apply this to the Q matrix columns.

Moreover, the Delta matrix will also be rearranged with the columns of the Beta matrix.

@coatless
Copy link
Collaborator Author

An idea for addressing a workflow would be:

model = edm_*() 
model_order =  recover_order(model, beta)

model %>%
metric_overview(model_order)
# Beta matrix element-wise
# Q matrix element-wise
# Pi ... 
# Class ... 
# Alpha ... 

@coatless
Copy link
Collaborator Author

Rules are:

  • Generalized models base off of Beta
  • DINA would be based off of Q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant