Dear R Users,
I am a novice learner of R software. I am working with Genetic Matching
- GenMatch(), but I am getting an Error message as follows:
Error in GenMatch(Tr = Tr, X = X.binarynp, BalanceMatrix =
BalanceMatrix.binarynp, :
GenMatch(): input includes NAs
Could you please suggest me correcting the above problem?
My GenMatch command is,
> gen1 <- GenMatch(Tr = Tr, X = X.binarynp, BalanceMatrix =
> BalanceMatrix.binarynp, popsize = 1000)
Thanking you,
Sincerely Yours,
Shyam Kumar Basnet
SLU, Uppsala
Sweden
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.