Code Monkey home page Code Monkey logo

statistik's Introduction

Open in GitHub Codespaces

Statistik Skript Repo

Hierbei handelt es sich um das Repository zu Erstellung des Statistik Skripts im Kurs Research Methods.

statistik's People

Contributors

ratnanil avatar dlnd8 avatar kahagm avatar jaeggmanu avatar panepanepane avatar sarah-s-00 avatar nilstest avatar

Stargazers

Nicole avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

statistik's Issues

in formeln umwandeln

viele Formeln sind nicht richtig exportiert worden. zb.

*y*i = β0 + β1*x*1,i + β2*x*2,i + (...) + βj*x*j,i

Images as floats

Currently, we have a default figure position of H. This is not good practice, latex is designed to place figures as floats. This means however, that we need to reference figures by their id, rather than saying something like: Wie in der folgenden abbildung ersichtlich.

struktur

bis jetzt ist das ganze ein grosses qmd, nicht mal ein book. Wir können noch darüber reden, was für eine struktur es haben soll. Separate qmds sind für jürgen wohl mühsam

strange image scaling

image


:::{layout-ncol="2"}

![](./myMediaFolder/media/image96.emf2.png)

![](./myMediaFolder/media/image97.emf.png)

aus Bruelheide et al. 2019
:::

bildunterschriften

können wir irgenwann noch hinzufügen. ich glaube bis jetzt hat es kaum, ausser den hinweise auf die bildquelle

soft linebreaks

Mit dem Command "Joinlines" könnnen in VSCode unnötige Zeilenumbrüche entfernt werden. ich habe dies sporadisch gemacht.

1:1 Vergleich

Man muss das Docx 1:1 mit dem Html vergleichen und dabei den code anpassen. Bisher habe ich alles was so graue blöcke sind in callouts verwandlet (ohne -note). Formeln habe ich zu einem Grossteil angepasst und Tabellen eingepflegt. Aktuell bin ich bei Zeile 2526 in index.qmd. (<!-- HIER WEITERMACHEN -->).

bilder

müssen die beiden bilder alinged sein?

image

Code inputs / outputs

Jürgen hatte code inputs rot und outputs blau. Der export docx → quarto sieht nicht wirklich gut aus. ich habe es jeweils so angepasst:

```{.r}
binom.test(82,200)
```

```{.default}
     Exact binomial test
    
data: 84 and 200
number of successes = 84, number of trials = 200, p-value = 0.02813
alternative hypothesis: true probability of success is not equal to 0.5
95 percent confidence interval:
 0.3507439 0.4916638
sample estimates:
probability of success
                  0.42
```

Inputs also in {.r} und outpus in {.default}. Zudem habe ich bei den Inputs viele unnötige Leerzeilen und teilweise escape characters \ entfernen müssen. Die Outputs habe ich jeweils nochmals aus dem docx kopiert.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.