نتایج جستجو برای: multiregression

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

2012
Amany Abdel-Fattah El-Shazly Walid Mohamed Abd El Raouf El-Zawahry Ahmad Mohamed Hamdy Manal Basyouni Ahmed

Purpose. Adult active smoking is a risk factor for dry eye. We hypothesize that passive smoking in children can also produce the same effects. Methods. We included 112 school children presenting with eye discomfort. Assessment of eye dryness and its severity levels depending on symptoms of dry eye, visual symptoms, tear breakup time (TBUT), Schirmer-1 test, and corneal fluorescein staining were...

Journal: :The British journal of general practice : the journal of the Royal College of General Practitioners 2012
Bhautesh Jani Annemieke P Bikker Maria Higgins Bridie Fitzpatrick Paul Little Graham C M Watt Stewart W Mercer

BACKGROUND Most patients with depression are managed in general practice. In deprived areas, depression is more common and poorer outcomes have been reported. AIM To compare general practice consultations and early outcomes for patients with depression living in areas of high or low socioeconomic deprivation. DESIGN AND SETTING Secondary data analysis of a prospective observational study i...

2007
Catriona M Queen Ben J Wright Casper J Albers

The problem of modelling multivariate time series of vehicle counts in traffic networks is considered. It is proposed to use a model called the linear multiregression dynamic model (LMDM). The LMDM is a multivariate Bayesian dynamic model which uses any conditional independence and causal structure across the time series to break down the complex multivariate model into simpler univariate dynam...

2016
Osvaldo Anacleto Casper Albers

Traffic flow data are routinely collected for many networks worldwide. These invariably large data sets can be used as part of a traffic management system, for which good traffic flow forecasting models are crucial. The linear multiregression dynamic model (LMDM) has been shown to be promising for forecasting flows, accommodating multivariate flow time series, while being a computationally simp...

BACKGROUND:Herbal methionine can be compared relative toDl-methionine with evaluation of bioavailability of this source ofmethionine. OBJECTIVES: An experiment was carried out todetermine the relative bioefficacy of herbal methionine (H-Met)®relative to DL-methionine (DL-Met) on performance criteria andimmunocompetence of Met sources in male broilers. Atotal of 160male broilers were fed a Met-d...

جوادی, محمدرضا, دولتخواهی, زهرا, وفاخواه, مهدی,

During recent years, landslide incidence has been increased in different areas with different reasons like change in land use and road introduction. It is necessary to research and survey that’s creation factors and identity sensitive areas to prohibit of probable damages. For this reason, This study were carried out in Northern of Tehran watershed with about 42.14 km2 area. In order to landsli...

Journal: :Journal of Chemical Information and Computer Sciences 1999
Bono Lui Nenad Trinajstic Sulev Sild Mati Karelson Alan R. Katritzky

The selection of the most relevant variable is a frequent problem in the analysis of chemical data, especially now considering the large amounts of data created by the increased computer power and analytical resolution. A novel procedure for variable selection based on multiregression (MR) analysis is developed and applied to the quantitative structure-property relationship (QSPR) modeling of g...

2014
MAGD A. KOTB

Background: Neutrophils are part of our innate immune system. They are capable of accumulation in tissues, chemotaxis, phagocytosis and digests bacteria and fungi by their lysosymes. Yet, paradoxically neutrophils are mediators in acute liver injury. Extrahepatic biliary atresia (EHBA) is a progressive chronic cholangiopathy of infancy, even in those who undergo timely portoenterostomy. Objecti...

Journal: :Stroke 2012
Simon Jung Kaspar Schindler Oliver Findling Marie-Luise Mono Urs Fischer Jan Gralla Marwan El-Koussy Anja Weck Aekaterini Galimanis Caspar Brekenfeld Gerhard Schroth Heinrich P Mattle Marcel Arnold

BACKGROUND AND PURPOSE The aim of this study was to analyze epileptic seizures and their impact on outcome in patients with stroke treated with endovascular therapy. METHODS From December 1992 to December 2010 we managed 805 patients with stroke with endovascular therapy. Epileptic seizures, bleeding complications, and 3-month outcomes were recorded prospectively. Outcomes of patients with ea...

Journal: :American heart journal 2011
William T Abraham Koonlawee Nademanee Kent Volosin Steven Krueger Suresh Neelagaru Nirav Raval Owen Obel Stanislav Weiner Marc Wish Peter Carson Kenneth Ellenbogen Robert Bourge Michael Parides Richard P Chiacchierini Rochelle Goldsmith Sidney Goldstein Yuval Mika Daniel Burkhoff Alan Kadish

BACKGROUND Cardiac contractility modulation (CCM) signals are nonexcitatory electrical signals delivered during the absolute refractory period intended to improve contraction. We previously tested the safety and efficacy of CCM in 428 NYHA functional class III/IV heart failure patients with EF ≤35% and narrow QRS randomized to optimal medical treatment (OMT) plus CCM (n = 215) versus OMT alone ...

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

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

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"; } -->