The data is a mix of continuous, categorical:nominal (type of farm: Organic or conventional), categorical:ordinal (day of the week) and discrete (Farm ID) variables.
Seems like I might need to change the continous variables to categorical so they all match? Or is there a way to compare these different types of variables?
Thank you for your help.
'data.frame': 483 obs. of 57 variables:
$ CloseWeek : Factor w/ 31 levels "&","0","0.25",..: 15 15 15 15 15 15 15 15 25 25 ...
$ RanchID : Factor w/ 62 levels "","0","0.25",..: 4 4 4 4 4 4 4 4 4 4 ...
$ HatchDate : Factor w/ 133 levels "","0","41432",..: 58 62 53 64 56 59 59 62 110 113 ...
$ KillDate : int 41570 41576 41566 41578 41569 41572 41573 41577 41635 41638 ...
$ BreederLoc : Factor w/ 3 levels "","Breeder","MIX": 2 2 2 2 2 2 2 2 2 2 ...
$ Hatchery : Factor w/ 4 levels "","1","2","Hatchery": 2 2 2 2 2 2 2 2 2 2 ...
$ BreederAge : Factor w/ 3 levels "","B","Hatchery": 3 3 3 3 3 3 3 3 3 3 ...
$ BirdType : Factor w/ 4 levels "","A","B","mix": 2 2 2 2 2 2 2 2 2 2 ...
$ RanchType : Factor w/ 8 levels "","contract",..: 6 6 6 6 6 6 6 6 4 6 ...
$ FCPU : Factor w/ 6 levels "","abx","contract",..: 5 5 5 5 5 5 5 5 5 5 ...
$ Livability : Factor w/ 51 levels "","1.765474059",..: 50 50 50 50 50 50 50 50 50 50 ...
$ FirstWkMort : num 1.92 1.92 1.92 1.92 1.92 ...
$ SecondWkMort : num 0.947 0.947 0.947 0.947 0.947 ...
$ DensityIn : num 0.00948 0.00948 0.00948 0.00948 0.00948 ...
$ DensityOut : num 0.00238 0.00238 0.00238 0.00238 0.00238 ...
$ LitterRun : num 1 1 1 1 1 ...
$ Downtime : num 1.06 1.06 1.06 1.06 1.06 ...
$ AgePU : num 5 5 5 5 5 5 5 5 6 6 ...
$ KillWeight : num 25.1 25.1 25.1 25.1 25.1 ...
$ Leukosis : num 43 44 45 44 44 44 45 45 45 44 ...
$ Septox : num 5.17 5.06 5.63 5.46 5.29 5.43 5.71 5.73 5.67 5.17 ...
$ WCond : num 0 0 0 0 0 0 0 0 0 0 ...
$ DressTrim : num 0.21 0.52 0.14 0.37 0.18 0.11 0.16 0.4 0.34 0.36 ...
$ PlantDOA : num 0.34 0.89 0.23 0.62 0.34 0.16 0.27 0.58 0.51 0.53 ...
$ TotalCond : num 0.28 0.19 0.18 0.21 0.36 0.26 0.22 0.22 0.18 0.23 ...
$ Gall : num 0.1 0.14 0.09 0.1 0.08 0.08 0.1 0.11 0.15 0.08 ...
$ Fecal : num 0.96 1.39 0.66 1.04 1.07 0.68 0.68 1.04 1.08 1.02 ...
$ Airsac9 : num 0.82 1.07 1.06 0.78 1.04 0.53 0.53 1.14 1.26 0.49 ...
$ Airsac10 : num 3.29 3.79 2.24 3.32 2.08 2.09 3.8 3.27 2.34 1.32 ...
$ Airsac11 : num 0.00299 0.00931 0.01148 0.02379 0.0029 ...
$ Airsac12 : num 0 0 0 0 0 ...
$ Airsac13 : num 0 0 0 0 0 ...
$ DiseasedLeg : num 4.89 10.35 2.65 8.07 3.09 ...
$ totalas : num 0 0 0 0 0 0 0 0 0 0 ...
$ DiseaseInv : num 0.2125 0.273 0.1493 0.11 0.0813 ...
$ TotalCellt : num 4.89 10.36 2.66 8.09 3.09 ...
$ ProcessTime : num 6.02 11.87 3.59 9.49 4.22 ...
$ Hoursnofeed : Factor w/ 276 levels "","0","0.25",..: 32 19 23 33 31 8 66 47 64 46 ...
$ KillLine : Factor w/ 245 levels "","1","1:00:00",..: 49 49 49 49 49 49 49 49 152 35 ...
$ Plant : Factor w/ 61 levels "","0.334027778",..: 61 61 61 61 61 61 61 61 58 61 ...
$ ProcessDay : Factor w/ 304 levels "","-0.025","-0.615972222",..: 19 19 19 19 19 19 19 19 251 130 ...
$ BirdType2 : Factor w/ 12 levels "","1","2","3",..: 4 4 4 4 4 4 4 4 4 4 ...
$ MortPlaced : Factor w/ 19 levels "","1","2","20370",..: 3 3 3 3 3 3 3 3 3 3 ...
$ MortDOA : Factor w/ 19 levels "","130","21",..: 19 18 15 17 18 13 15 19 13 14 ...
$ MortWeek1 : Factor w/ 27 levels "","110","113",..: 24 24 24 24 24 24 24 24 24 24 ...
$ MortWeek2 : Factor w/ 82 levels "","&","0","1",..: 82 82 82 82 82 82 82 82 82 82 ...
$ MortLastWeek : Factor w/ 84 levels "","&","0","10",..: 79 79 79 79 79 79 79 79 79 79 ...
$ MortTotal : Factor w/ 82 levels "","&","0","103",..: 78 78 78 78 78 78 78 78 78 78 ...
$ NDVTiters : Factor w/ 67 levels "","0","0.25",..: 59 59 59 59 59 59 59 59 59 59 ...
$ IBVTiters : Factor w/ 74 levels "","0","0.125",..: 72 73 72 72 73 73 73 73 72 72 ...
$ FANS : Factor w/ 63 levels "","0","0.25",..: 30 30 2 2 2 2 2 2 2 2 ...
$ LGHTS : Factor w/ 20 levels "","&","0","0.142857143",..: 8 8 1 1 1 1 1 1 1 1 ...
$ FUEL : Factor w/ 17 levels "","&","0","0.25",..: 3 3 1 1 1 1 1 1 1 1 ...
$ SalmonRehang : Factor w/ 14 levels "","&","0","2",..: 1 1 1 1 1 1 1 1 1 1 ...
$ SalmonBootSwabsno : Factor w/ 10 levels "","0","2","diesel",..: 1 1 1 1 1 1 1 1 1 1 ...
$ SalmonBootSwabsPos : Factor w/ 9 levels "","0","0.5","2",..: 1 1 1 1 1 1 1 1 1 1 ...
$ SalmonCarcassRinsePos: Factor w/ 7 levels "","&","0","0.25",..: 1 1 1 1 1 1 1 1 1 1 ...