# NOT RUN {
# You need an HRTList
hrtl <- vectorToHRT(testdataLong, testdataLong_Ann)
# Get all TOs of the HRTs in your HRTList
getHRTParams(hrtl, "TO")
# You can access all slots in the HRTs
getHRTParams(hrtl, "intercept")
# If you access slots that include more than one numeric, the function returns a list
getHRTParams(hrtl, "preRRs")
# }
Run the code above in your browser using DataLab