library(SSN)
data(modelFits)
#make sure fitSp has the correct path, will vary for each users installation
fitSp$ssn.object@path <- system.file("lsndata/MiddleFork04.ssn", package = "SSN")
names(fitSp)
names(fitSp$ssn.object)
print(summary(fitSp))
#the same effect is achieved with this
summary(fitSp)
#or this
fitSp
Run the code above in your browser using DataLab