Weight_estimate#
Humans are able to estimate the weight of an object by watching how another person interacts with the object. Eighty subjects of various ages were asked to estimate the weight of objects of various weights after watching a video of an actor interacting with the weights.
From the authors: “Humans are excellent at perceiving different features of the actions performed by others. For instance, by viewing someone else manipulating an unknown object, one can infer its weight–an intrinsic feature otherwise not directly accessible through vision. How such perceptual skill develops during childhood remains unclear.”
Initialization#
library(fosdata)
data <- fosdata::weight_estimateAccessing fields#
data <- fosdata::weight_estimate
mean400 <- data$mean400 # Just a random field in the datasetInteractive R Sample#
You can use the R editor below to interactively explore the dataset and generate plots. This contains a fully self-contained R environment with fosdata, ggplot2, and dplyr loaded.
LLM instructions#
If using an LLM, you can copy-paste the following instructions to accompany your prompt to inform the model of the fields and their types in the dataset.
LLM Instructions
The fosdata::weight_estimate dataset containing the following fields:
fields[7]{name,type,values}:
id,character,n/a
height,integer,n/a
mean100,numeric,n/a
mean200,numeric,n/a
mean300,numeric,n/a
mean400,numeric,n/a
age,factor,[6,8,10,adult]Fields#
| Name | Description | Type | Min | Max | Values |
|---|---|---|---|---|---|
id |
ID | character | - | - | - |
height |
Height of subject in cm. | integer | 110 | 185 | - |
mean100 |
Mean of estimated weight for objects that weighed 100 g. | numeric | 68.75 | 370 | - |
mean200 |
Mean of estimated weight for objects that weighed 200 g. | numeric | 60 | 380 | - |
mean300 |
Mean of estimated weight for objects that weighed 300 g. | numeric | 100 | 410 | - |
mean400 |
Mean of estimated weight for objects that weighed 400 g. | numeric | 210 | 450 | - |
age |
Age group that the subject is in. Factor with levels 6, 8, 10 and adult. | factor | - | - | 6, 8, 10, adult |
Source#
Sciutti A, Patanè L, Sandini G (2019) Development of visual perception of others’ actions: Children’s judgment of lifted weight. PLoS ONE 14(11): e0224979 https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0224979 Sciutti Alessandra, Patane’ Laura, & Sandini Giulio. (2019). Dataset - weight lifting judgment in children [Data set]. Zenodo. http://doi.org/10.5281/zenodo.3524881