Changes for page Test
Last modified by Mathieu Jung-Muller on 2022/04/04 13:52
From version
90.1


edited by Pietro Piccini
on 2022/03/31 19:56
on 2022/03/31 19:56
Change comment:
There is no comment for this version
To version
92.1


edited by Pietro Piccini
on 2022/04/02 14:37
on 2022/04/02 14:37
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -197,6 +197,132 @@ 197 197 [[interactive version>>https://pietro99.github.io/SCE/graphs/mood_questionnaire.html]] 198 198 [[image:mood.svg]] 199 199 200 +{{html}} 201 +<!DOCTYPE html> 202 +<html> 203 +<head> 204 +<style> 205 +table { 206 + font-family: arial, sans-serif; 207 + border-collapse: collapse; 208 + width: 100%; 209 +} 210 + 211 +td, th { 212 + border: 1px solid #dddddd; 213 + text-align: left; 214 + padding: 8px; 215 +} 216 + 217 +tr:nth-child(even) { 218 + background-color: #dddddd; 219 +} 220 +</style> 221 +</head> 222 +<body> 223 + 224 +<h5>Wilcoxon Signed-rank test</h5> 225 +<h6><i>H0</i>: The mood distribution before and after the interaction with Pepper is the same</h6> 226 + 227 +<table> 228 + <tr> 229 + <th>test results </th> 230 + <th>I feel caring </th> 231 + <th>I feel content </th> 232 + <th>I feel calm </th> 233 + <th>I feel tired </th> 234 + <th>I feel sad </th> 235 + <th>I feel nervous </th> 236 + </tr> 237 + <tr> 238 + <th>p-value</th> 239 + <td>0.512</td> 240 + <td>0.0336 </td> 241 + <td>0.674</td> 242 + <td>0.00156</td> 243 + <td>0.372</td> 244 + <td>0.371</td> 245 + </tr> 246 + <tr> 247 + <th>statistics</th> 248 + <td>42.5</td> 249 + <td>12.5</td> 250 + <td>46</td> 251 + <td>8</td> 252 + <td>33</td> 253 + <td>24</td> 254 + </tr> 255 + 256 +</table> 257 + 258 +</body> 259 +</html> 260 + 261 +{{/html}} 262 + 263 +{{html}} 264 +<!DOCTYPE html> 265 +<html> 266 +<head> 267 +<style> 268 +table { 269 + font-family: arial, sans-serif; 270 + border-collapse: collapse; 271 + width: 100%; 272 +} 273 + 274 +td, th { 275 + border: 1px solid #dddddd; 276 + text-align: left; 277 + padding: 8px; 278 +} 279 + 280 +tr:nth-child(even) { 281 + background-color: #dddddd; 282 +} 283 +</style> 284 +</head> 285 +<body> 286 + 287 +<h5>Wilcoxon Rank-Sum test</h5> 288 +<h6><i>H0</i>: The mood distribution after the interaction with Pepper for people who like gardening and people who don't like gardening is the same</h6> 289 + 290 +<table> 291 + <tr> 292 + <th>test results </th> 293 + <th>I feel caring </th> 294 + <th>I feel content </th> 295 + <th>I feel calm </th> 296 + <th>I feel tired </th> 297 + <th>I feel sad </th> 298 + <th>I feel nervous </th> 299 + </tr> 300 + <tr> 301 + <th>p-value</th> 302 + <td>0.907</td> 303 + <td>0.0883 </td> 304 + <td>0.786</td> 305 + <td>0.510</td> 306 + <td>0.969</td> 307 + <td>0.461</td> 308 + </tr> 309 + <tr> 310 + <th>statistics</th> 311 + <td>0.116</td> 312 + <td>1.704</td> 313 + <td>0.271</td> 314 + <td>-0.658</td> 315 + <td>-0.0387</td> 316 + <td>-0.735</td> 317 + </tr> 318 + 319 +</table> 320 + 321 +</body> 322 +</html> 323 + 324 +{{/html}} 325 + 200 200 === System questionnaire results === 201 201 202 202 [[interactive version>>https://pietro99.github.io/SCE/graphs/first_questionnaire_1.html]]