نتایج جستجو برای: sample independent t

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

Journal: :iranian endodontic journal 0
arash shahravan ali-akbar haghdoost maryam rad maryamalsadat hashemipoor maryam sharifi

introduction: the purpose of this article was to evaluate the quality of sample size calculation reports in published clinical trials in journal of endodontics and international endodontic journal in years 2000-1 and 2009-10. materials and methods: articles fulfilling the inclusion criteria were collected. the criteria were: publication year, research design, types of control group, reporting s...

2015
ZAHRA JOUHARI AFSHAR PIRASTEH GHOLAM REZA GHASSEMI LEILA BAZRAFKAN

INTRODUCTION The people's mental, intellectual and physical non-readiness to confront earthquake may result in disastrous outcomes. This research aimed to study of effects of a training intervention on health connector's knowledge regarding their approach to earthquake in health-training centers in East of Tehran. METHODS This research which is a semi-experimental study was designed and execu...

Journal: :Jurnal Ilmu Pendidikan Indonesia 2022

The purpose of this study was to determine: (1) the effectiveness Android-based learning media on student outcomes in thermochemical material; (2) Student responses use (3) students who are taught using chemistry same as KKM value. This research conducted at Public High School 5 Medan with a total sample 68 people. instrument consisted standardized tests and questionnaires. analytical technique...

ژورنال: مرتع 2023
, ,

Extended Abstract Background and objectives: One of the important steps in assessing rangeland vegetation is determining the sample size. Adequacy of sample size and its determination is always one of the main concerns of rangeland vegetation analyzer. There are two general methods for determining the sample size in rangeland science: graphic and statistical methods. In this study, the sample...

Journal: :Competence: Journal of Management Studies 2021

Penelitian ini bertujuan untuk menguji reaksi pasar saham ketika ditambahkan dan dihapus dari indeks LQ 45. Reaksi diuji dengan menggunakan metode event study mengetahui apakah terdapat rata-rata abnormal return yang signifikan, cumulative rata-rata. rasio volume di sekitar tanggal pengumuman. juga perbedaan signifikan pada return, 45 uji-t sampel independen. Hasil penelitian menunjukkan positi...

Journal: :international journal of management and business research 2011
kamran mohamadkhani

this research aimed at identifying the role of emotional intelligence (ei) -based management in improving faculty effectiveness. research methodology was descriptive-survey of exploratory type. statistical population were the faculty members in the islamic azad university branches across tehran (n = 3500). the subjects of the study (sample) consisted of 351 faculty members selected through stra...

ثنایی ذاکر, باقر, زهراکار, کیانوش, لواف‌پور نوری, فرشاد,

Introduction: The present study aimed to evaluate effectiveness of group forgiveness therapy in reducing aggression among 11 – 13 year old boys. Methods: This semi experimental study (pretest-posttest design with control group) was conducted on 30 students who scored high on Aggression Questionnaire. The sample was selected through cluster sampling assignment and participants were randomly as...

2016
XIAOYUE LI XUERONG MAO Xiaoyue Li Xuerong Mao

In this paper, we consider a non-autonomous stochastic LotkaVolterra competitive system dxi(t) = xi(t)[(bi(t)− n ∑ j=1 aij(t)xj(t))dt+σi(t)dBi(t)], where Bi(t) (i = 1, 2, · · · , n) are independent standard Brownian motions. Some dynamical properties are discussed and the sufficient conditions for the existence of global positive solutions, stochastic permanence, extinction as well as global at...

Journal: :iranian journal of management studies 2014
ali raza hamid

marketing literature reveals that perceived value is always considered to be of paramount importance when consumers purchase a product. in order to form a positive attitude towards green products resulting from a higher perceived value, the products proclaimed as green should incorporate the worth which consumers value the most while purchasing. the present study investigates whether there is a...

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

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

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