نتایج جستجو برای: bias value of 25042 cmmin

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

J Salehi S Khalili-Torghabeh S.A Amin Yazdi Z Ansari

Background and Aims: The interpretation bias which is an important factor in the pathology of social anxiety disorder, has been recently considered in therapeutic approaches. Given the importance of interpretation bias in the treatment of social anxiety, and despite the ambiguity in the relationship between social anxiety and interpretation bias, we compared the interpretation bias in individua...

2007
Carol Sweeney Sandra L. Edwards Kathy B. Baumgartner Jennifer S. Herrick Leslie E. Palmer Maureen A. Murtaugh Antoinette Stroup Martha L. Slattery

Conducting research on the health of Hispanic populations in the United States entails challenges of identifying individuals who are Hispanic and obtaining good study participation. In this report, identification of Hispanics using a surname search and ethnicity information collected by cancer registries was validated, compared with self-report, for breast cancer cases and controls in Utah and ...

2018
E Hassan

Recall bias represents a major threat to the internal validity of studies using self-reported data. It arises with the tendency of subjects to report past events in a manner that is different between the two study groups. This pattern of recall errors can lead to differential misclassification of the related variable among study subjects with a subsequent distortion of measure of association in...

Haidar Mirzai Iman Saleh Khabat Khosravi,

Runoff estimation resulted from precipitation is the basis of more study in various develop and exploit design from water resource, then its measure and calculation due to environmental bottlenecks, always have a plenty problem. As a result of the importance of output runoff estimation and flood volume in watershed for the sake of country integrated watershed management in this study tried to 9...

Journal: :Clinical Orthopaedics & Related Research 2018

Journal: Journal of Nanoanalysis 2017
Hakimeh Mohammadpour Jaber Jahanbin Sardroodi, Sadegh Afshari,

Quantum transport properties of pure and functioned infinite lead-connection region-lead systembased on the zigzag graphene nanoribbon (2-zGNR) have been investigated. In this work the effectof the doping functionalization on the quantum transport of the 2-zGNR has been computationallystudied. Also, the effect of the imposed gate voltages (-3.0, 0.0 and +3.0 V) and bias voltages 0.0 to2.0 V hav...

2000
Simon Driver

The Hubble Deep Fields represent our best opportunity for probing galaxy evolution over a substantive look-back time. However as with any dataset the HDFs are prone to selection biases. These biases are extremely severe beyond z ∼ 1.25 such that a meaningful interpretation of generic galaxy evolution is not possible. We can however extract well defined volume-limited samples at z < 1. The data ...

2010
James J. Murphy Thomas H. Stevens JAMES J. MURPHY THOMAS H. STEVENS

This study tests the hypothesis that hypothetical bias may not be related to value elicitation; rather it may be a value formation problem. When participants are asked to indicate their willingness to pay for an induced value good, we find no evidence of hypothetical bias for three different commodity types (public good, private good, and publicly provided private good). However, when these sam...

2006
Abdul Rawoof

This paper examines the significance of residential sorting or self selection effects in understanding the impacts of the built environment on travel choices. Land use and transportation system attributes are often treated as exogenous variables in models of travel behavior. Such models ignore the potential self selection processes that may be in play wherein households and individuals choose t...

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

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

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