adspace


What is s3 in r?

Answer Posted / Saurabh Verma

In R, S3 is a system for object-oriented programming that allows classes to be defined by attributes. An S3 class defines a method dispatching mechanism and provides a way to attach methods to objects based on their class attribute.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you verify if a given object “X” is a matrix data object?

187


Given a vector of numbers, how would you turn the values into scientific notation?

171


How will you convert a factor variable to numeric in r language?

212