نتایج جستجو برای: for increasing findings reliability

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

2013
Enrique G Fernández-Abascal Rosario Cabello Pablo Fernández-Berrocal Simon Baron-Cohen

BACKGROUND The 'Reading the Mind in the Eyes' (Eyes) test is an advanced test of theory of mind. It is widely used to assess individual differences in social cognition and emotion recognition across different groups and cultures. The present study examined distributions of responses and scores on a Spanish version of the test in a non-clinical Spanish adult population, and assessed test-retest ...

2016
Jamie Hartmann‐Boyce Paul Aveyard Constantinos Koshiaris Susan A. Jebb

OBJECTIVE To describe the development of the Oxford Food and Activity Behaviors (OxFAB) taxonomy and questionnaire to explore the cognitive and behavioral strategies used by individuals during weight management attempts. METHODS The taxonomy was constructed through a qualitative analysis of existing resources and a review of existing behavior change taxonomies and theories. The taxonomy was t...

Journal: :Physical therapy 1990
S W Atwater T K Crowe J C Deitz P K Richardson

The purpose of this study was to examine the interrater and test-retest reliability of a one-leg balance test and a tiltboard balance test. Twenty-four normally developing children aged 4 through 9 years participated in the study. Time and quality of balance on one leg and degrees of tilt on a tiltboard prior to postural adjustment were measured. Both tests were completed with eyes open and wit...

2013
Amir Hossein Memari Monir Shayestehfar Fatemeh-Sadat Mirfazeli Tahereh Rashidi Parisa Ghanouni Sina Hafizi

OBJECTIVE The objectives of the current study were to translate and adapt Autism Treatment Evaluation Checklist (ATEC) into Persian language and to investigate its reliability and validity in an Iranian autistic sample. METHODS A total sample of 134 children with autism spectrum disorders aged 6-15 years were assigned to the study. The process of cross-cultural adaptation was performed accord...

2014
Myung Mo Lee Chang Ho Song Kyoung Jin Lee Sang Woo Jung Doo Chul Shin Seung Ho Shin

[Purpose] The purpose of this study was to investigate the concurrent validity and test-retest reliability of the recently introduced OPTOGait Photoelectric Cell System for the assessment of spatio-temporal parameters of gait. [Subjects] Twenty healthy young adults (mean age = 27.35, SD = 7.4) were asked to walk 3 times on walkway at a comfortable speed. [Methods] Concurrent validity was assess...

Journal: :Investigative ophthalmology & visual science 2009
Tanya Blekher Marjorie R Weaver Xueya Cai Siu Hui Jeanine Marshall Jacqueline Gray Jackson Joanne Wojcieszek Robert D Yee Tatiana M Foroud

PURPOSE Abnormalities in saccades appear to be sensitive and specific biomarkers in the prediagnostic stages of Huntington disease (HD). The goal of this study was to evaluate test-retest reliability of saccadic measures in prediagnostic carriers of the HD gene expansion (PDHD) and normal controls (NC). METHODS The study sample included 9 PDHD and 12 NC who completed two study visits within a...

Journal: :Journal of dental education 2011
William D Hendricson John D Rugh John P Hatch Debra L Stark Thomas Deahl Elizabeth R Wallmann

This article reports the validation of an assessment instrument designed to measure the outcomes of training in evidence-based practice (EBP) in the context of dentistry. Four EBP dimensions are measured by this instrument: 1) understanding of EBP concepts, 2) attitudes about EBP, 3) evidence-accessing methods, and 4) confidence in critical appraisal. The instrument-the Knowledge, Attitudes, Ac...

Journal: :Cultural diversity & ethnic minority psychology 2000
R J Velasquez D A Chavira H R Karle W J Callahan J A Garcia J Castellanos

This article presents the results of 2 studies conducted with Spanish versions of the Minnesota Multiphasic Personality Inventory-2 (MMPI-2) with Latino students. Study 1 compared the results of 2 administrations of the MMPI-2, one in English and the other in Spanish. Study 2 compared the results of administrations of 2 Spanish versions of the MMPI-2, the official Mexican adaptation and the Ver...

Journal: :Psycho-oncology 2015
Gillian Prue Olinda Santin Sam Porter

OBJECTIVE Cancer may impact negatively on an informal caregiver's health long after treatment has ended. This review identifies the self-report measures currently in use to measure caregivers need for support and determines their scientific soundness and clinical utility. METHOD A systematic electronic database search of Medline, CINAHL, PsychINFO, BNI ProQuest was conducted. The psychometric...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه رازی - دانشکده علوم 1390

abstract ion selective electrodes (ises) are electrochemical sensors that respond selectivity to the activity of ionic species. an ion-selective electrode is an electrochemical device that uses a thin selective membrane or film as the recognition element, and is an electrochemical half-cell equivalent to other half-cells of the zeroth (inert metal in a redox electrolyte). in common methods o...

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

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

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