Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add a header row on top of current header? #379

Open
Pyyiyi opened this issue Mar 10, 2023 · 6 comments
Open

how to add a header row on top of current header? #379

Pyyiyi opened this issue Mar 10, 2023 · 6 comments

Comments

@Pyyiyi
Copy link

Pyyiyi commented Mar 10, 2023

i want to realize the following display, how can i change the original code? Note the areas marked in red.

original:
截屏2023-03-10 下午5 53 45

add header above:
image

thanks!!!

@jonathon-love
Copy link
Member

i think that only works in jamovi ... i don't think the super-titles display correctly in R. it's on our todo list.

@Pyyiyi
Copy link
Author

Pyyiyi commented May 25, 2023

Hi, I am a user of jmv package. This my input :

library(jmvcore)
library(readr)
ToothGrowth <- read.csv("ToothGrowth.csv", check.names = FALSE, sep = ";")
print(colnames(ToothGrowth))
result <- ttestIS(formula = len ~ supp, ToothGrowth, students = TRUE, bf = FALSE,
bfPrior = 0.707, welchs = TRUE, mann = TRUE,
hypothesis = "different", norm = FALSE, qq = FALSE, eqv = TRUE,
meanDiff = TRUE, ci = TRUE, ciWidth = 95, effectSize = TRUE,
ciES = TRUE, ciWidthES = 95, desc = FALSE, plots = FALSE,
miss = "perAnalysis", )

result

This my output ,
截屏2023-05-25 下午5 41 00

but when i use jamovi calculate the result , i get the different result , I'm confused as to why this is happening and what I should do if I want to keep the same output as the software.
截屏2023-05-25 下午5 47 24

the lower and the upper values exist differences, please how can i do.

@jonathon-love
Copy link
Member

i'm not sure. these values are calculated using the psych package, and its possible the implementation has changed between versions.

https://github.com/jamovi/jmv/blob/master/R/ttestis.b.R#L77-L84

where are you running the R code? in an R session, or in the Rj editor?

jonathon

@Pyyiyi
Copy link
Author

Pyyiyi commented May 25, 2023 via email

@jonathon-love
Copy link
Member

the 2.3 series of jamovi ships with version 2.1.9 of psych. we'll release jamovi 2.4 in the next week or so which will ship with 2.3.3

cheers

@Pyyiyi
Copy link
Author

Pyyiyi commented May 25, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants