Publications by
Document
Este es un titulo este es el contenido R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output ...
635 sym 1 img
myfirstquarto
myfirstquarto Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Running Code When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this: 1 + 1 [1] 2 You c...
483 sym
測試:把obsidian的文件透過RStudio發佈為網頁
大經解 no.72 自然為道,循道為德,未循道則為「業」 當今之世 忘了知「道」未能積「德」便只能造「業」 三綱五常四維八德皆是自然(而然)之理...
76 sym
quarto與obsidian同步
Table of contents 這是嘗試 References 與Obsidian同步寫作 Author 劉正山 這是嘗試 讓qmd也可以在obsidian以md格式編寫 兩者同步! 因為Obsidian比較接近書寫平台及點子中心,因此工作流程會是: 分析在RStudio做(可以選擇在Obsidian同步加工繼續「編譯前」的寫作) 最後再拿�...
621 sym
table1
table1 package table1 package 1.特征表 2.p和统计量. 2023-01-31 https://cran.r-project.org/web/packages/table1/vignettes/table1-examples.html https://www.bioinfo-scrounger.com/archives/855/ 1.特征表 例1 library(boot) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot...
672 sym Python (6649 sym/22 pcs) 6 tbl
Price Elasticity of Demand
Price Elasticity of Demand (PED) “H ποσοστιαία μεταβολή της ζητούμενης ποσότητας προς την ποσοστιαία μεταβολή της τιμής, ονομάζεται ελαστικότητα ζήτησης ως προς την τιμή. Μπορούμε λοιπόν να αντιληφθούμ�...
2768 sym R (626 sym/6 pcs) 1 img 1 tbl
Document
library(readxl) gravity <- read_excel("gravity.xlsx") gravity$limports<-log(gravity$imports) gravity$lgdp_exporter<-log(gravity$gdp_exporter) gravity$lgdp_importer<-log(gravity$gdp_importer) gravity$ldist<-log(gravity$dist) gravity2<-subset(gravity,gravity$imports>0) #install.packages("estimatr") library(estimatr) ols<-lm_robust(gravity2$limpo...
5 sym R (1483 sym/2 pcs)
skimr
skimr package skimr package skimr 安装 支持字符串、列表和其他 汇总功能 选择单个列 处理分组数据 管道操作中使用 自定义 其他对象 2023-01-19 skimr 显示汇总统计信息,处理不同的数据类型并返回一个对象,且可以包含在管道中使用。 提供比summary更多的统计信息。...
749 sym 16 tbl