Displaying 1 result from an estimated 1 matches for "malesdata".
Did you mean:
maledata
2011 Aug 11
1
Subsampling data
...t; "retired" "disabled"
"homemaker" "unemployed" "employed"
[15] "occupation" "residencysize" "educ" "agemean"
"age"
"marital"
$codepage
[1] 1252
> MalesData <- Datatemp[Datatemp $sex==1]
> MalesData
named list()
> attributes(MalesData)
$names
character(0)
Females.Data <- Datatemp[Datatemp $sex==2]
*This subset extraction is not working. Is there anyone who can tell me what
I did wrong?*
* *
* *
*A different but related qu...