Displaying 2 results from an estimated 2 matches for "kyph".
Did you mean:
kyp
2011 May 14
1
Summary.Formula: prmsd and test statistic
...analyze my data - I have a categorical variable and three continuous variables. I am analyzing my continuous variables on the basis of my categorical variables.
radioanal <- function(a)
{
#Educational status first - pulling variables from my database. categorical is 13 = Edu. numerical is 48=Kyph, 50=Vert, 53=HL.
a1= a[,c(13,48,50,53)]
#make sure they are in numeric form
a2= transform(a1, Kyph=as.numeric(as.character(Kyph)), 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 Kyphos...
2001 Mar 22
3
More powerful than objects() or ls()
...e Rows Cols Len Date
1 .Last.value NULL - - 0 20 Mar 13:44
2 last.warning list - - 50 16 Mar 13:58
3 glm.mano function - - 2 16 Mar 13:54
4 gam.mano function - - 2 16 Mar 13:18
5 .Random.seed numeric - - 12 16 Mar 11:57
6 Kyph.glm list - - 19 16 Mar 09:42
7 mano.df dataframe 240 5 5 15 Mar 11:31
8 reorg function - - 2 15 Mar 11:31
9 m793.df dataframe 15 32 32 15 Mar 10:52
10 .First function - - 1 19 Feb 14:22
11 ps.region numeric - - 4 3...