You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modelinfo.rda has correct factor.names and factors2perm, but output txt files are empty. After some investigating, I believe it's a typo in save.mdmr_factors in the line below, "factors.names" should be "factor.names".
modelinfo.rda has correct factor.names and factors2perm, but output txt files are empty. After some investigating, I believe it's a typo in save.mdmr_factors in the line below, "factors.names" should be "factor.names".
all.factornames <- names(attr(modelinfo$qrhs, "factors.names"))
perm.factornames <- names(attr(modelinfo$qrhs, "factors2perm"))
is <- !(all.factornames %in% perm.factornames)
cov.factornames <- all.factornames[is]
The text was updated successfully, but these errors were encountered: