# Here is an example on how to construct such a picsError object
# Typically, you would not do this manually, you would use the pics function to return a 'picsList' that contains a list of 'pics' or 'picsError' object.
# Contructor
myPicsError<-newPicsError("Singular information matrix")
# Accessors
# Get the standard error of Mu
se(myPicsError)
# Get the standard error of MuF
seF(myPicsError)
# Get the scores
score(myPicsError)
Run the code above in your browser using DataLab