sorry this is really basic, but can't figure it out: using RDatasets
iris = dataset("datasets", "iris")
convert(Matrix,iris[:,1:3])
doesn't do it. I want a matrix out of iris. thanks!
sorry this is really basic, but can't figure it out: using RDatasets
iris = dataset("datasets", "iris")
convert(Matrix,iris[:,1:3])
doesn't do it. I want a matrix out of iris. thanks!