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

apa.reg.table: Column LLb must be length 9 (the number of rows) or one, not 10 #20

Open
vasevgeo opened this issue Jul 9, 2019 · 1 comment

Comments

@vasevgeo
Copy link

vasevgeo commented Jul 9, 2019

I am trying to run the apa.reg.table on the following code:

multi.fitfoc = lm(TQINDD+INTD+REL_CONT+ADMDIS_CONT+CFOPS_CONT+LNTOTASS_CONT+PROMAR_CONT+LNLIQRAT_CONT+LNINFL_CONT, data=datasetfoc)
multi.fitinddiv = lm(TQ
INDD+INTD+REL_CONT+ADMDIS_CONT+CFOPS_CONT+LNTOTASS_CONT+PROMAR_CONT+LNLIQRAT_CONT+LNINFL_CONT, data=datasetinddiv)
multi.fitintdiv = lm(TQINDD+INTD+REL_CONT+ADMDIS_CONT+CFOPS_CONT+LNTOTASS_CONT+PROMAR_CONT+LNLIQRAT_CONT+LNINFL_CONT, data=datasetintdiv)
multi.fitlat = lm(TQ
INDD+INTD+REL_CONT+ADMDIS_CONT+CFOPS_CONT+LNTOTASS_CONT+PROMAR_CONT+LNLIQRAT_CONT+LNINFL_CONT, data=datasetlat)

apa.reg.table(multi.fitfoc, multi.fitinddiv, multi.fitintdiv, multi.fitlat, filename = "APA.xls", table.number = 3)

I get this error message: Column LLb must be length 9 (the number of rows) or one, not 10

What might be the reason and how can the issue be solved? (I have tried both with the latest version of apaTables and the developer one. Nothing works)

@cseresznyeszalan
Copy link

Same error.

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

2 participants