search for: equipid

Displaying 2 results from an estimated 2 matches for "equipid".

Did you mean: equiped
2006 May 04
0
Eliminating For Loop in Comparison and Replacement
Hi, I have two dataframes: (Fails, Refurb) each is identical in structure. The structure has columns consisting of the following: EquipID(Equipment Identification), CustID(Customer Identification), FailTimes(Time Equipment Failed). The for loop below is part of a larger Monte Carlo simulation involving the reliability of equipment and customers. for (i in 1:length(Fails$CustID)){ j<-1 while (j <= length(Refurb$CustID))...
2003 Mar 20
1
Plot multi series on one plot
...art like this Excel version? I have tried coplot with little success and lattice makes a pretty good chart like I want, but I am using the DCOM so it does not display correctly. I would like to make this using the base library if possible. <<...OLE_Obj...>> DATA TABLE BATCH EQUIPID MEAN RANGE GRINDER SITE DATA 1 1010001 8 2250.073 461.01 GRD001 LOC001 2429.86 2 1010001 8 2250.073 461.01 GRD001 LOC002 2300.81 3 1010001 8 2250.073 461.01 GRD001 LOC003 2327.50 4 1010001 8 2250.073 461.01 GRD001 LOC004 2318.72 5 1010001 8 2250.073 461.01 GRD0...