نتایج جستجو برای: income level

تعداد نتایج: 1163922  

Journal: :تحقیقات اقتصاد و توسعه کشاورزی ایران 0
سید صفدر حسینی استاد اقتصاد کشاورزی دانشکده اقتصاد و توسعه کشاورزی دانشگاه تهران سمانه ایروانی دانش آموخته کارشناسی ارشد اقتصاد کشاورزی دانشکده اقتصاد و توسعه کشاورزی دانشگاه تهران

the main goal in carrying out this paper was to investigate the impacts of government’s support policies on income risk of egg producers in iran during years 1989-2008. index ccv, was employed to assess the variation in income of the producers. the results revealed that, market price support along with the overall support policies lead to a lowering of the percentage variations in income risk o...

Journal: :BMC Public Health 2008
David H Rehkopf Lisa F Berkman Brent Coull Nancy Krieger

BACKGROUND An examination of where in the income distribution income is most strongly associated with risk of mortality will provide guidance for identifying the most critical pathways underlying the connections between income and mortality, and may help to inform public health interventions to reduce socioeconomic disparities. Prior studies have suggested stronger associations at the lower end...

Journal: :International journal of epidemiology 2005
Mary Huynh Jennifer D Parker Sam Harper Elsie Pamuk Kenneth C Schoendorf

BACKGROUND Though associations between income inequality and birth outcome have been suggested, mechanisms underlying this relationship are not known. In this analysis, we examined the relationship between income inequality and preterm birth (PTB) and post-neonatal mortality (PNM) to explore two potential mechanisms-the proposed psychosocial stress and neo-material pathways. METHODS Data on s...

Journal: :Collegium antropologicum 2011
Esmina Avdibegović Mevludin Hasanović Medin Hodzić Zihnet Selimbasić

In Central and Eastern European countries, after abandoning communism, significant political, economic and social changes occurred, followed by the increase in income inequality and social disparity. The goal of this study was to examine the relationship between psychological symptoms and monthly income of employees in companies undergoing privatization. The study included 258 workers from seve...

2007
Sheldon Danziger

A recursive model of the level and distribution of family income in Standard Metropolitan Statistical Areas is formulated and estimated. The model is related to both human capital and job competition models. Then, the impacts of changes in racial, educational, and industrial composition on the level and distribution of income are analyzed. DETERMINANTS OF THE' LEVEL AND DISTRIBUTION OF FAMILY I...

Journal: :Journal of drug issues 2015
Jessica L Muilenburg Tanja C Laschober Lillian T Eby

Low income adults with substance use disorders (SUDs) have a high prevalence of tobacco use and often limited access to tobacco cessation treatment. This study examines the relationship between low-income SUD patient census (i.e., percentage of patients whose treatment costs are covered by Medicaid and Federal block grants) and SUD programs' availability of three evidence-based tobacco cessatio...

2006
Enrique Regidor

Objective: To study the trends of socioeconomic inequalities and socioeconomic inequalities in self-perceived health in Spain between 1987 and 2001. Methods: We estimated the distribution of educational level and per capita provincial income, and the differences in lessthan-good self-perceived health by educational level and per capita provincial income in each period. Results: The percentage o...

Journal: :Drug and alcohol dependence 2003
Sandro Galea Jennifer Ahern David Vlahov Phillip O Coffin Crystal Fuller Andrew C Leon Kenneth Tardiff

Accidental drug overdose is a substantial cause of mortality for drug users. Neighborhood-level factors, such as income distribution, may be important determinants of overdose death independent of individual-level factors. We used data from the Office of the Chief Medical Examiner to identify all cases of accidental deaths in New York City (NYC) in 1996 and individual-level covariates. We used ...

The main objective of this study was to investigate the effect of income smoothing on investors reaction to Earnings Persistence of companies listed on the Stock Exchange in Tehran. The population of the study was companies listed on the Stock Exchange in Tehran, the sample size due to screening method and after removing outliers is equal to 118 companies. In this study, earnings persistence an...

Journal: :international journal of agricultural science, research and technology in extension and education systems 2015
shahrzad faraji azadeh noorollah noorivandi

the purpose of this research was analyzing knowledge of women with household jobs agriculture toward innovation management in masjed soliman township, khouzestan province, iran. the population of this study included women with household jobs agriculture in masjed soliman township. the total number of members was 100 people. due to the low number of population, census methods were used to collec...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->