Publications by Emre TOROS
acc_conservatism
Conservatism Approaches The Basu Model This document compares three alternative approaches to conservatism. The first approach was formulated by Basu. Basu (1997) identifies conservatism as more timely recognition in earnings of bad news regarding future cash flows than good news and states that in efficient markets, stock returns symmetrica...
10558 sym 2 img 1 tbl
Document
20 Aralık libraries ## Warning: package 'tidyverse' was built under R version 4.1.3 ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.6 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.10 ## v tidyr 1.2.1 v stringr 1.4.1 ## v readr 2.1.2 v forcats 0.5.1 ## Warning: ...
763 sym Python (2171 sym/20 pcs) 2 tbl
elif
The Structure Research Question: What shapes emancipative values in Turkey? Hypotheses: Religiousity, Nationalism, Party ID, Gender attitudes …? Data: World Values Survey 2012 library(tidyverse) library(sjPlot) library(ggthemes) library(ggridges) library(ggbeeswarm) library(bestNormalize) library(correlation) library(performance) libr...
4252 sym R (2457 sym/29 pcs) 17 img
Player match
the data library(tidyverse) #data q <- read.csv("C:/Users/emretoros/OneDrive/Makale/futbol/instat/tr_uk2.csv", stringsAsFactors=FALSE) #seperate non-numerics z <- q %>% select(1:4) #convert to numeric w <- q %>% select(5:50) %>% mutate_if(is.character, as.numeric) #combine deneme <- cbind(z,w) deneme[is.na(deneme)] <- 0 ...
5215 sym R (42733 sym/13 pcs)
GK similarity
the data library(tidyverse) #data deneme <- read.csv("C:/Users/emretoros/OneDrive/Makale/futbol/instat/gk1.csv", stringsAsFactors=FALSE) #seperate non-numerics z <- deneme %>% select(1:7) #convert to numeric #%w <- q %>% #select(8:37) %>% #mutate_if(is.character, as.numeric) #combine #deneme <- cbind(z,w) deneme[is.na(den...
2959 sym R (21707 sym/15 pcs)
Conjoint Experiments
The question The question that will be included in the survey will be as follows The Design Step 1: FUll factorial design This is the design for the conjoint experiment for Covid reserch. If you want to do a full factorial design: library(AlgDesign) #the librray needed for the design #full factorial design ffd <- gen.factorial(c(3,2,2), varN...
7314 sym R (5176 sym/25 pcs) 4 img
Primer on CJ experiments: design and analysis
The question The question that will be included in the survey will be as follows The Design Step 1: FUll factorial design This is the design for the conjoint experiment for Covid reserch. If you want to do a full factorial design: library(AlgDesign) #the librray needed for the design #full factorial design ffd <- gen.factorial(c(3,2,2), varN...
7956 sym R (7399 sym/36 pcs) 6 img
Publish Document
The Structure Research Question: What shapes emancipative values in Turkey? Hypotheses: Religiousity, Nationalism, Party ID, Gender attitudes …? Data: World Values Survey 2012 library(tidyverse) library(sjPlot) library(ggthemes) library(ggridges) library(ggbeeswarm) library(bestNormalize) library(correlation) library(performance) libr...
3421 sym R (3099 sym/27 pcs) 21 img