search for: minagen

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

Did you mean: minage
2002 Dec 14
4
scan() with "what"
..."what" options is better. However I'm unable to understand how to use it. The first few lines of the data look like: USAGE,MILEAGE,SEX,EXCESS,NCD,PRIMAGE,MINAGE,DRIVERS,DISTRICT,CARGROUP,CAR_AGE,WSCLMS,ADCLMS,FTCLMS,PDCLMS,PICLMS,ADINCUR,PDINCUR,WSINCUR,FTINCUR,PIINCUR,RECORD,DAYS,MINAGEN,PRIMAGEN SC,7000,M,100,4,59,25,3,4,7,6,0,0,0,,,0,,0,0,,1,85,25,59 SC,7000,M,100,4,59,59,2,4,13,5,0,0,0,,,0,,0,0,,2,278,59,59 SC,7000,M,100,4,60,60,2,4,13,5,0,0,0,,,0,,0,0,,3,364,60,60 SB,10000,M,75,4,53,44,2,3,14,4,1,0,0,0,0,0,0,146.18,0,0,4,364,44,53 SB,10000,M,75,4,54,45,2,3,14,4,0,0,0,...
2003 Apr 11
4
Can I improve the efficiency of my scan() command?
...ms = "", + piclms = "", + adincur = 0, + pdincur = 0, + wsincur = 0, + ftincur = 0, + piincur = 0, + record = 0, + days = 0, + minagen = 0, + primagen = 0), + sep=",", quiet = TRUE, skip = 1) > rating.df <- as.data.frame(rating) > rating.df <- rating.df[, c(-6, -7, -22)] > attach(rating.df) > summary(rating.df) usage mileage sex excess ncd...