I need to see the code for the summary function which is used in mirt package to see the factor loading matrix.
I have tried edit(summary) which in return giving me this
function (object, ...) 
standardGeneric("summary")
which is not very helpful for me. How can I see the code for summary?
 
    