Skip to main content
-1 votes
0 answers
44 views

I´d like to get a boxplot graph with Q1, Q2 and Q3 being the data in the position (n+1)/4, 2*(n+1)/4 and 3*(n+1)/4 of the sorted data. --------------------------------------- # Data set t7<-seq(1:...
Mika Ike's user avatar
  • 733
Advice
0 votes
1 replies
36 views

I'm pretty novice to mixed-effects logistic regression. I am interested in obtaining the AUC value from mixed-effects logistic regression (using the bobyqa optimizer) following multiple imputation. ...
jstack's user avatar
  • 1
2 votes
2 answers
85 views

In my setup, I have three files: index.csv original.csv processed.csv The index file looks like this: Source column, Source code, Source value Handedness, Left,1 Handedness, Right,2 Handedness, ...
Ginko-Mitten's user avatar
Advice
1 vote
0 replies
42 views

Before the AI expansion, .Renviron file, according to this post, should have been located either in the home folder or in the project's root, depending on the scope. However, with tools like Claude ...
Gonzalo T F's user avatar
1 vote
2 answers
74 views

I am trying to download a .csv file from a Public Open Science Framework (OSF) project through my script on GitHub. I do not want to download a local copy. I've tried using two different options for ...
tnt's user avatar
  • 1,539
1 vote
0 answers
45 views

This Q&A solves the problem of having free y-scales across facets while always including 0. However, in the resulting plot, the data sticks to the top of the plot. Is it possible to add some ...
erc's user avatar
  • 10.2k
Advice
0 votes
3 replies
39 views

I have very little JavaScript experience, so am finding it difficult to understand the guidance on this. I have a bar chart which shows survey data results over multiple years. However, my survey ...
takethesummer's user avatar
0 votes
0 answers
37 views

I am using ggalluvial to make a plot in RStudio. I have tried everything, but for the life of me I can not get the last two axis in the correct order. I want axis3 to be ordered "0, 2, 3" ...
Theo's user avatar
  • 9
1 vote
2 answers
56 views

I have a nonlinear matrix mat1 with 250 rows, and used principal_curve to get crv. It looks normal when using plot(crv), but then when trying to plot this with tidyverse functions it does not produce ...
cfausto's user avatar
  • 87
1 vote
1 answer
76 views

I am trying to create a bathymetry map of the research area I am studying in Alaska. When I use the suggested ggOceanMaps code, the map is plotted upside down. My code: library(ggOceanMaps) library(...
Patricia Schilling's user avatar
Tooling
1 vote
0 replies
68 views

I am newbie in Airflow and I use currently task scheduler on remote desktop to automate our tasks but it is based on my credentials and I cannot share with other team members, so I clone all projects ...
Murad Khalilov's user avatar
0 votes
1 answer
114 views

How do I get the mutate function, from the dplyr package, to work when R says I have input problems due to vec_is_vector being defunct? I’ve recently updated R and noticed that some of my old code no ...
Rana's user avatar
  • 9
-1 votes
0 answers
64 views

I have a trait matrix in which column values represent traits (log10 transformed body-mass values). As the body mass is log-transformed, it will have both +ve and -ve values. But any 0s in those ...
Rahul's user avatar
  • 61
1 vote
2 answers
172 views

I need to recreate the code from SAS in R but I'm struggling to get the same results. I can get some rows to be the same but at the same time some other rows are different. Can anyone help with ...
Ando's user avatar
  • 53
0 votes
1 answer
151 views

I have a script that creates indicator variables when the Temperature exceeds a certain threshold in a specific number of days on a week (for example, 2 or more consecutive days over the 90th ...
VonFer's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
34044