Displaying 2 results from an estimated 2 matches for "ctry".
Did you mean:
ctrl
2009 Nov 03
1
creating mulptiple new variables from one data.frame according to columns and rows in that frame
Dear R-helpers,
I have a data.frame (bcpe.lat.m) containing 13 countries, ages 0-50yrs per month, and the corresponding mu&sigma (see below).
* I would like to limit the age range to include all 12 months for the 1st 5 years and only whole years for all ages thereafter for each of the countries present in the data frame.
* I would like to create separate data.frames according
2009 Jul 12
0
ERROR message while using <-invMillsRatio()
...IMR could not be added to my original data set, how do I fix this and
then proceed to get correct IMR to use in my outcome equation, Can someone
please help???/
> load("C:\\adpopdata1.Rdata")
> ls()
[1] "adpopdata"
> attach(adpopdata)
> names(adpopdata)
[1] "ctry" "setid" "gender" "age" "year"
[6] "ownmge" "busang" "futsup" "discent" "knowent"
[11] "opport" "suskill" "fearfail" "nbgo...