First load the Robject file and see what it contains.
how to open an Robj file in r? - Stack Overflow
You can use ls() to list all the object in it.
For most of the analysis, there are libraries already written, so you just need to fine the type of analysis you want to conduct, look for library, install it and follow the documentation.