Am I correct in thinking that the cfa function in lavaan which produces the value for "Minimum Function Test Statistic" is equivalent to CMIN in AMOS, and all I need to do is divide this figure by the degrees of freedom to get CMIN/DF and make my teacher happy?
myFits <- fitMeasures(fit)
myFits["chisq"] / myFits["df"]