diff options
Diffstat (limited to 'R/idframe.R')
-rw-r--r-- | R/idframe.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/idframe.R b/R/idframe.R index 707e4a5..04c1f4c 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -34,7 +34,7 @@ idframe <- function(output=numeric(0),input=numeric(0), if(length(output)!=0 && length(input)!=0){ if(dim(output)[1]!=dim(input)[1]) # observation validation - stop("Dimensions don't matach") + stop("Dimensions don't match") } # Object Constructor |