Last data update: 2014.03.03

R: lateradata: data.frame for later-package examples
lateradataR Documentation

lateradata: data.frame for later-package examples

Description

This data.frame is a fake example made up to illustrate later-package.

Usage

data(lateradata)

Format

A data frame with 674 observations on the following 5 variables.

Individual

a factor with levels Airly Biwa Doma Dudy Gogo Neil Olix Rali Raps Rexen Titi

Sex

a factor with levels f m

Act

a factor with levels Catching Grasping Hunting

HandPref

a factor with levels Bimanual Left Right

PostureCorp

a factor with levels A Bip BipGrill BipT NonObs T TT

Source

Fake data.

Examples

data(lateradata)
str(lateradata)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Laterality)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Laterality/lateradata.Rd_%03d_medium.png", width=480, height=480)
> ### Name: lateradata
> ### Title: lateradata: data.frame for later-package examples
> ### Aliases: lateradata
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(lateradata)
> str(lateradata)
'data.frame':	674 obs. of  5 variables:
 $ Individual : Factor w/ 11 levels "Airly","Biwa",..: 11 9 6 8 3 11 9 6 11 10 ...
 $ Sex        : Factor w/ 2 levels "f","m": 2 2 1 1 1 2 2 1 2 1 ...
 $ Act        : Factor w/ 3 levels "Catching","Grasping",..: 2 2 2 2 2 2 2 2 2 2 ...
 $ HandPref   : Factor w/ 3 levels "Bimanual","Left",..: 3 3 1 2 2 1 3 3 3 3 ...
 $ PostureCorp: Factor w/ 7 levels "A","Bip","BipGrill",..: 6 7 2 7 6 1 6 6 6 6 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>