poke: Pokemons

pokeR Documentation

Pokemons

Description

Jeu de données contenant les caractéristiques de pokemons. Les pokemons concernés apparaissent dans les jeux et non dans les cartes pokemon ou Pokemon Go..

Usage

poke

Format

Un objet data.frame avec 800 lignes et 13 variables :

X.

Integer vector, PokeDex index number

Name

Factor w/ 800 levels, Name of the Pokemon

Type.1

Factor w/ 18 levels, Type of pokemon

Type.2

Factor w/ 18 levels, Other Type of Pokemon

Total

Integer vector, Sum of Attack, Sp. Atk, Defense, Sp. Def, Speed and HP

HP

Integer vector, Hit Points

Attack

Integer vector, Attack Strength

Defense

Integer vector, Defensive Strength

Sp..Atk

Integer vector, Special Attack Strength

Sp..Def

Integer vector, Special Defensive Strength

Speed

Speed

Generation

Integer vector, Number of generation

Legendary

Factor w/ 2 levels, True if Legendary Pokemon False if not (more revision on mythical vs legendary needed)

Details

Ce jeu de données a été extrait de kaggle où il est possible de trouver une description complémentaire des variables.

Source

Kaggle.


ModStatR documentation built on March 31, 2023, 11:28 p.m.

Related to poke in ModStatR...