0

So I have a data which is

data = read.csv("CarPrice_Assignment.csv")

Then i described numdata if the data set is a num variable

numdata = select_if(data, is.numeric)

I want to describe other data that is in data but not it numdata as categorical data. How to substract data-numdata? I've tried using

catdata = setdiff(data,numdata) 

But it doesn't work for columns. Is there any way to do this?

c.jungc
  • 1
  • 1
  • 2

0 Answers0