Displaying 9 results from an estimated 9 matches for "socioeconomic".
2005 Nov 23
1
adding variables to a data set/combining two data sets
...ue in that
table. The other table contains a number of socio-economic variables for
each of the geographic areas identified in the other table. This second
table also includes a variable called dacode and I have also used dacode for
the rownames. I want to pull a number of the variables from the
socioeconomic status data into the first table but I'm having no luck.
Here's what I have tried so far:
#first attempt
grade6DA$ses1 <- sesdata$ses1[as.character(grade6DA$dacode)]
All that this does is create a new column in the grade6DA data set and calls
it ses1 but then fills it with NA....
2001 Aug 03
0
step factor below minimum
...rol=nls.control(minFactor=yy) option. Is there a way to get around
this or does this mean that my model is not estimable with R?
I am running Debian unstable i386 and R 1.3.0.
Thanks,
Kari
----------------------------------------------
Kari Ruohonen
Finnish Game and Fisheries Research Institute
Socioeconomic and Aquaculture Research
Turku Game and Fisheries Research
It?inen Pitk?katu 3, 20520 Turku, Finland
tel. +358-20-5751681, +358-40-5238321 (mobile)
fax +358-20-5751689
http://www.rktl.fi
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read...
2005 Feb 02
4
(no subject)
...ate) US State Facts and Figures
state.x77 (state) US State Facts and Figures
sunspot.month Monthly Sunspot Data, 1749-1997
sunspot.year Yearly Sunspot Data, 1700-1988
sunspots Monthly Sunspot Numbers, 1749-1983
swiss Swiss Fertility and Socioeconomic Indicators
(1888) Data
treering Yearly Treering Data, -6000-1979
trees Girth, Height and Volume for Black Cherry
Trees
uspop Populations Recorded by the US Census
volcano Topographic I...
2012 Apr 18
2
Displaying data in Trellis
This is a question relating to the Trellis function in R. I have a set of
socioeconomic data that I would like to display with the xyplot() function
for several states. I will have a total of 6 plots, with the y-variable as
"Age Group", and the x-variable as "Median Income".
Suitability of the plots aside (this cannot be changed), I need to plot the
points of one...
2014 Sep 30
0
Position announcement - Research Educator - University of Maryland
...e position empowers the individual to develop a strong portfolio of experience in curriculum development, instruction, mentorship, leadership and research group management.
The Achieving Resource, Environment and Energy Sustainability stream has three focus areas: analysis of natural science and socioeconomic data on biological resources; renewable energy systems, vehicle ownership and use by Maryland households; interventions to encourage households and small businesses in Maryland to invest in cost-effective, energy-saving technologies. The stream will be housed in a new AREC undergraduate research ce...
2001 Sep 26
1
Seeking optimal mixture
...wondered if I could use it somehow to solve
my problem. However, I have not found a way to tell optim() about my sum
constraint x1+x2+x3=1. All help is appreciated.
Regards,
Kari Ruohonen
----------------------------------------------
Kari Ruohonen
Finnish Game and Fisheries Research Institute
Socioeconomic and Aquaculture Research
Turku Game and Fisheries Research
It?inen Pitk?katu 3, 20520 Turku, Finland
tel. +358-20-5751681, +358-40-5238321 (mobile)
fax +358-20-5751689
http://www.rktl.fi
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read...
2009 Jun 08
0
SMACOF joint configuration plot with bread data? (Michael Kubovy)
...a378087d5a0c4da1 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi group,
>
> I am looking at migration data of very sick children to see if they
> move because of easier access to tertiary care. In particular, I am
> investigating the change of their socioeconomic status before the move
> (5 levels, highest implies best status) and after. Can anyone suggest
> some kind of graphical display that best represents this kind of flow?
>
> In terms of modelling, I can only think of a count data problem like a
> 5X5 matrix. Has anyone tried another...
2001 Aug 29
5
newbie list
I've sometimes thought it would be useful to have another mail list
called "no I haven't read the documentation but someone can save me a
lot of time," or perhaps just "newbie" for short. This can be very
useful for people just getting started in R and with school starting
soon I expect the help list may become overwhelmed. Of course, I think
that people should read all
2003 Nov 15
5
correlation and causality examples
Dear All,
I'am looking for examples showing that correlation does not imply
causality, the targeted audience consists of undergraduate students
(their first year at the university but in the BioMathStat track).
All practicals are under R.
I was able to extract this from R datasets:
### begin
data(sunspots)
data(lynx)
spots <- window(sunspots, freq = 1, start = 1880, end = 1900)
lnx <-