نتایج جستجو برای: clinical sample

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

2015
Reinhard Kaiser Messeret E Shibeshi Jethro M Chakauya Emelda Dzeka Balcha G Masresha Fussum Daniel Nestor Shivute

OBJECTIVE To assess the methods used in the evaluation of measles vaccination coverage, identify quality concerns and provide recommendations for improvement. METHODS We reviewed surveys that were conducted to evaluate supplementary measles immunization activities in eastern and southern Africa during 2012 and 2013. We investigated the organization(s) undertaking each survey, survey design, s...

2001
Chris Andrews Mark van der Laan James Robins

In biostatistics applications interest often focuses on the estimation of the distribution of a time-variable T . If one only observes whether or not T exceeds an observed monitoring time C, then the data structure is called current status data, also known as interval censored data, case I. We consider this data structure extended to allow the presence of both time-independent covariates and ti...

2016
MAHDIEH MOMAYYEZI HOSSEIN FALLAHZADEH MOHAMMAD MOMAYYEZI

INTRODUCTION Stress is an important factor in the educational process. Teaching and learning are stressful processes. This stress can affect one's ability and change his/her performance. The purpose of this study was to investigate stressors of clinical education from the perspective of medical students in Yazd University of Medical Sciences. METHODS This descriptive-analytic study was conduc...

Journal: :Biometrics 2017
Gang Han Michael J Schell Heping Zhang Daniel Zelterman Lajos Pusztai Kerin Adelson Christos Hatzis

Personalized cancer therapy requires clinical trials with smaller sample sizes compared to trials involving unselected populations that have not been divided into biomarker subgroups. The use of exponential survival modeling for survival endpoints has the potential of gaining 35% efficiency or saving 28% required sample size (Miller, 1983), making personalized therapy trials more feasible. Howe...

2011
Francisco Rodríguez-Salvanés Blanca Novella María Jesús Fernández Luque Luis María Sánchez-Gómez Lourdes Ruiz-Díaz Rosa Sánchez-Alcalde Belén Sierra-García Soledad Mayayo Marta Ruiz-López Pilar Loeches Javier López-Gónzález Amelia González-Gamarra

UNLABELLED This work describes the methodology used to assess a strategy for implementing clinical practice guidelines (CPG) for cardiovascular risk control in a health area of Madrid. BACKGROUND The results on clinical practice of introducing CPGs have been little studied in Spain. The strategy used to implement a CPG is known to influence its final use. Strategies based on the involvement o...

Journal: :Statistical methods in medical research 2018
Nicholas R Latimer Keith R Abrams Paul C Lambert James P Morden Michael J Crowther

When patients randomised to the control group of a randomised controlled trial are allowed to switch onto the experimental treatment, intention-to-treat analyses of the treatment effect are confounded because the separation of randomised groups is lost. Previous research has investigated statistical methods that aim to estimate the treatment effect that would have been observed had this treatme...

2016
Paola Rosati Franz Porzsolt Gabriella Ricciotti Giuseppina Testa Rita Inglese Ferruccio Giustini Ersilia Fiscarelli Marco Zazza Cecilia Carlino Valerio Balassone Roberto Fiorito Roberto D'Amico

BACKGROUND Whether information from clinical trial registries (CTRs) and published randomised controlled trial (RCTs) differs remains unknown. Knowing more about discrepancies should alert those who rely on RCTs for medical decision-making to possible dissemination or reporting bias. To provide help in critically appraising research relevant for clinical practice we sought possible discrepancie...

2008
Merrick Zwarenstein Shaun Treweek Joel J Gagnier Douglas G Altman Sean Tunis Brian Haynes Andrew D Oxman David Moher

BACKGROUND The CONSORT statement is intended to improve reporting of randomised controlled trials and focuses on minimising the risk of bias (internal validity). The applicability of a trial's results (generalisability or external validity) is also important, particularly for pragmatic trials. A pragmatic trial (a term first used in 1967 by Schwartz and Lellouch) can be broadly defined as a ran...

Journal: :International journal of clinical and experimental medicine 2015
Jun Sun Wei-An Yuan Hao Lu Zhen Li Jian Jiang

Patient-Reported Outcomes (PROs) data are increasingly common and widely accepted in clinical investigations of symptoms. Agreements or differences regarding Doctor-Report Outcomes (DROs) VS PROs data are unclear. In this study, we conducted a clinical trial and investigated the agreement levels of DROs VS PROs in symptoms of diabetics. This study had a parallel self-controlled and double blind...

پایان نامه :0 1368

هدف از اجرای پروژه، فشردن اطلاعات تصویری یا کدینگ منبع می باشدurce . coding بعلت پهنای باند وسیع تصویر، تبدیل مستقیم تصویر آنالوگ به دیجیتال ب تکنیک)abit/sample(pcm موجب اشغال شدن پهنای باند بسیار زیادی از کانال انتقال می شود . با توجه به ملاحظات real time بودن، که موجب محدودیت شدید و پیچیدگی سخت افزار و درنتیجه محدودیت روی تکنیکهای فشردن اطلاعات می شود، راندم خروجی 3 - 4 bit /sample موردنظر اس...

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

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

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