susan jacobs
2009-Nov-30 21:37 UTC
[R] how to solve a problem in R this problem?can someone help me
Census from 1990 california in USA. It?s a data frame with data from 20640 zones from Calif?rnia. Zones are chosen as being geograficly near, wich one with 1500 persons (mean). For each zone are provided several informations in the colums from data frame: - longitude e latitude from the geografic centre - median age of houses in the zone (housingMedianAge) - total number of houses in the na zone (totalRooms) - total number of bedrooms in the zone (totalBedrooms) -number of habitants living in the zone (population) - number of house owners in the zone (households) - median salary in the zone (medianIncome) - median value of houses in the zone(medianHouseValue) With this data I have to do an analyses and detect deviant situations in these demografic data. -- View this message in context: http://n4.nabble.com/how-to-solve-a-problem-in-R-this-problem-can-someone-help-me-tp931646p931646.html Sent from the R help mailing list archive at Nabble.com.
Rolf Turner
2009-Nov-30 22:29 UTC
[R] how to solve a problem in R this problem?can someone help me
You should do your own homework. cheers, Rolf Turner On 1/12/2009, at 10:37 AM, susan jacobs wrote:> Census from 1990 california in USA. It?s a data frame with data > from 20640 > zones from Calif?rnia. Zones are chosen as being geograficly near, > wich one > with 1500 persons (mean). > > For each zone are provided several informations in the colums from > data > frame: > > - longitude e latitude from the geografic centre > - median age of houses in the zone (housingMedianAge) > - total number of houses in the na zone (totalRooms) > - total number of bedrooms in the zone (totalBedrooms) > - number of habitants living in the zone (population) > - number of house owners in the zone (households) > - median salary in the zone (medianIncome) > - median value of houses in the zone(medianHouseValue) > > With this dataThat should be ``With these data'' (or ``With this data set''). The noun ``data'' is a ***plural*** noun. The singular is ``datum''.> I have to do an analyses and detect deviant situations in > these demografic data.###################################################################### Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. Any views or opinions presented are solely those of the author. This e-mail has been scanned and cleared by MailMarshal www.marshalsoftware.com ######################################################################