I had the same problem. You can try to use small trick to equalize classes of training and test set. Bind the first row of training set to the test set and than delete it. For your example it should look like this:
xtest <- rbind(xtrain[1, ] , xtest) xtest <- xtest[-1,]
Related Posts:
- How to remove outliers from a dataset
- dplyr: “Error in n(): function should not be called directly”
- Error in eval(expr, envir, enclos) : object not found
- How do I convert a factor into date format?
- Write lines of text to a file in R
- scale_fill_discrete and scale_fill_manual – legend options confusion
- ‘Incomplete final line’ warning when trying to read a .csv file into R
- Conditional mean statement
- Warning in GLM analysis
- What does ‘length of ‘dimnames’ [1] not equal to array extent’ mean?
- How do I flip rows and columns in R
- How to catch integer(0)?
- “no function to return from, jumping to top level”
- env=baseenv() in R
- Removing punctuations from text using R
- How to find out which package version is loaded in R?
- How to solve it. error:Error in data[[rowvar]] : attempt to select less than one element
- Gradient of n colors ranging from color 1 and color 2
- How to prevent scientific notation in R?
- What is the difference between require() and library()?
- How to declare a vector of zeros in R
- R Sweave: NO TeX installation detected
- ERROR: [on_request_read] connection reset by peer in R shiny
- Error in as.vector(x, mode) : cannot coerce type ‘closure’ to vector of type ‘any’
- Suppress output of a function
- Error in G * t(hat) : non-conformable arrays
- Error: isTRUE(gpclibPermitStatus()) is not TRUE
- How to counter the ‘non-numeric matrix extent’ error in R?
- What does is.na() applied to non-(list or vector) of type ‘NULL’ mean?
- error r: invalid subscript type “closure” in a simple regression
- Merge two rows in data.frame
- r function unzip error 1 in extracting from zip file
- Get the list of installed packages by user in R
- Colour points in a plot differently depending on a vector of values
- How to access the last value in a vector?
- increase legend font size ggplot2
- Mask output of `The following objects are masked from….:` after calling attach() function
- How To Create Vector of Vector In R
- Use of ~ (tilde) in R programming Language
- Construct a manual legend for a complicated plot
- Code to clear all plots in RStudio
- Error: x must be atomic for ‘sort.list’
- Installing R on Android
- Transposing in dplyr
- Does the c command create a row vector or a column vector by default in R
- Convert data.frame column to a vector?
- Error in summary.connection(connection) : invalid connection
- Converting from a character to a numeric data frame
- How to create lag variables
- When trying to replace values, “missing values are not allowed in subscripted assignments of data frames”
- R Hex to RGB converter
- Editing legend (text) labels in ggplot
- Error: attempt to use zero-length variable name
- Create empty data frame with column names by assigning a string vector?
- Changing font size and direction of axes text in ggplot2
- How to randomize ggplot factor color scheme, keeping same default distances on color wheel?
- Count number of occurences for each unique value
- How to change line width in ggplot?
- Error in library(ggplot2) : There is no package called ‘ggplot2’
- How to reshape data from long to wide format
- Combine two or more columns in a dataframe into a new column with a new name
- R “Error: unexpected ‘}’ in “}”
- What is the difference between = and ==?
- Merge r brings error “‘by’ must specify uniquely valid columns”
- Subscripts in plots in R
- Non-numeric argument to mathematical function
- data.table vs dplyr: can one do something well the other can’t or does poorly?
- R – Concatenate two dataframes?
- R multiple conditions in if statement
- Re-ordering factor levels in data frame
- Understanding the result of modulo operator: %%
- Simple manual RMarkdown tables that look good in HTML, PDF and DOCX
- Select rows from a data frame based on values in a vector
- how to increase the limit for max.print in R
- How can I convert Json to data frame in R
- backward elimination in R
- Plot multiple boxplot in one graph
- R will plot but won’t draw abline
- R – argument is of length zero in if statement
- Merging data – Error in fix.by(by.x, x)
- R error: “New Column would leave holes after existing columns”
- Convert R code into Python code using rpy2
- Error in generating boxplot two variable data frame: adding class “factor” to an invalid object
- Error : Unable to start png() device
- Remove NA values from a vector
- How to set axis range R
- Sample random rows in dataframe
- How to melt and cast dataframes using dplyr?
- What does the error “object not interpretable as a factor” mean?
- use first row data as column names in r
- Deleting rows that are duplicated in one column based on the conditions of another column
- Launching R help: Error in file(out, “wt”) : cannot open the connection
- Boolean operators && and ||
- do-while loop in R
- Getting the IP address of the current machine using Java
- Get dplyr count of distinct in a readable way
- Got continuous is not supported error in RandomForestRegressor
- Round down a numeric
- How can I change the name of a data frame
- In R, dealing with Error: ggplot2 doesn’t know how to deal with data of class numeric