Displaying 2 results from an estimated 2 matches for "vertebra".
Did you mean:
vertebral
2011 May 14
1
Summary.Formula: prmsd and test statistic
...Vert=as.numeric(as.character(Vert)), HL=as.numeric(as.character(HL)))
#see boxplots of the individual variables
boxplot(a2$Kyph~a2$Edu, main="Education vs Kyphosis angle",
xlab="Education", ylab="Kyphosis angle")
boxplot(a2$Vert~a2$Edu, main="Education vs # of vertebrae affected",
xlab="Education", ylab="#of vertebrae affected")
boxplot(a2$HL~a2$Edu, main="Education vs %HL",
xlab="Education", ylab="%HL")
#see distribution of data
d=summary.formula(a2$Edu~a2$Kyph+a2$HL+a2$Vert, method="reverse"...
2018 Sep 27
4
Upgrade 4.8 to 4.9 with Backend-Change to lmdb?
Hi Rowland,
>>> - Option 1: ( my personal choice, because this keeps thing in sight
>>> )
>>> - ( Domain Member settings and/or Stand-Alone installs )
>>> - Configure smb.conf ( make sure you have configured the idmap
>>> settings. ) # - You must set a DOMAIN backend configuration, see
>>> below idmap config * : backend = tdb
>>>