[Depmix-commits] r609 - pkg/depmixS4/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 20 19:37:53 CET 2013
Author: ingmarvisser
Date: 2013-11-20 19:37:53 +0100 (Wed, 20 Nov 2013)
New Revision: 609
Modified:
pkg/depmixS4/R/nobs.R
Log:
Changed warning message concerning missing data as it was potentially ambiguous
Modified: pkg/depmixS4/R/nobs.R
===================================================================
--- pkg/depmixS4/R/nobs.R 2013-11-06 12:31:09 UTC (rev 608)
+++ pkg/depmixS4/R/nobs.R 2013-11-20 18:37:53 UTC (rev 609)
@@ -9,7 +9,7 @@
#}
n <- sum(nmiss)
#n <- sum(!apply(object at response[[1]]y,1,function(x) any(is.na(x))))
- if(n!=nt) warning("missing values detected; nobs is number of cases without any missing values")
+ if(n!=nt) warning("missing values detected; nobs is number of cases with complete data")
return(n)
}
)
\ No newline at end of file
More information about the depmix-commits
mailing list