by enter the command as given in tutorial matrix didn't make
Title
Question
print(matrixB)
Error in print(matrixB) : object 'matrixB' not found
THE ABOVE LINE SHOWN BY R STUDIO WHILE MAKING MATRIX.
R Creating-Matrices-using-Data-Frames 03-04 min 10-20 sec
Answers:
Kindly make sure that "matrixB" is present in the R environment. Check the R environment tab for "matrixB", if it is not there then you have to first create the matrix before executing the command "print(matrixB)".
Login to add comment