Closed greglahsal21 closed 5 years ago
How would you go about retrieving a model from a SSM that represents the models displacement 1 or 2 standard deviations from the mean shape and controlling whether it is + or - the standard deviation(s).
DrawSample(mymodel,-2) ## -2sd of 1st PC DrawSample(mymodel,c(0,2)) # +2sd of 2nd PC DrawSample(mymodel,c(0,0,3)) # +3sd of 3rd PC etc..
How would you go about retrieving a model from a SSM that represents the models displacement 1 or 2 standard deviations from the mean shape and controlling whether it is + or - the standard deviation(s).