📊R基础数据结构与分布探索技巧

type
status
date
slug
summary
tags
category
icon
password
comment

1. table:分类变量频数统计

  • 常用于查看分组、标签、因子等的分布

2. glimpse:数据结构速览(dplyr包)

  • 适合数据框、tibble的结构一眼速查
  • 比str(df)更美观,信息更丰富

3. skim:全面数据摘要(skimr包)

  • 适合数据探索、项目首轮EDA报告
  • 支持分组(如group_by)自动统计子集摘要

4. 应用场景

  • 数据预处理和初步探索(EDA)
  • 检查分类变量、分组标签分布
  • 变量类型、缺失、极端值、分布一览

本页可长期补充其它数据结构/分布类速查工具(如str、summary、n_distinct等)。
Prev
R字符串匹配 grep 与 grepl 实用技巧
Next
R常用向量操作与排序技巧
Loading...
Article List
Evan の Logbook
✨ Updates
🎨 Style Guide
🧠 Creative Resources
🗒️ Mind Notes
🧭 Knowbase
📘 SOPs
🩺 Medical Research
🛠️ Tech Chronicles
💰 Fortune Blueprint
📈 R Visionary
📊 Statistics
🖼️ BioVis