Search found 20 matches

by leehw
Thu Sep 15, 2022 7:58 am
Forum: General
Topic: Computing new variables — recycling code
Replies: 21
Views: 16543

Re: Computing new variables — recycling code

Thank you. I forgot I was on the stable version, rather than the latest. Am I reading this right, that this solution breaks normal vectorisation in R? I've tried a standard bit of code: data$FooBar <- data$Subject * 100 I get an error: replacement has 0 rows, data has 93 And I can see from your code...
by leehw
Tue Sep 13, 2022 12:47 pm
Forum: General
Topic: Computing new variables — recycling code
Replies: 21
Views: 16543

Re: Computing new variables — recycling code

This is great news! So is this still in development or does the latest build have this capacity with the Rj editor? ... or indeed is Rj+ something different? I can't see Rj+ in the modules list.
by leehw
Wed Jul 06, 2022 10:43 am
Forum: Help
Topic: Missing values
Replies: 21
Views: 16365

Re: Missing values

I've only just seen these responses, having come up against this issue again. HUGE thanks all round!
by leehw
Mon Mar 21, 2022 8:15 pm
Forum: General
Topic: Variable labels in (some) output
Replies: 0
Views: 3338

Variable labels in (some) output

I'd like to request a feature, please. In certain analyses, it's really useful to be able to switch between a clean-and-simple variable name, and the fuller variable label. For instance, when doing exploratory factor analysis, it's easier to have the current view most of the time (with variable name...
by leehw
Mon Mar 21, 2022 7:59 pm
Forum: General
Topic: Dark Mode / High Contrast
Replies: 4
Views: 7645

Re: Dark Mode / High Contrast

I'd like to second this. I've only recently started using dark mode at night and it's hugely reduced the amount of eye strain I'm experiencing. I imagine a lot of users would benefit, not just those who recognise themselves as having accessibility issues.
by leehw
Mon Mar 21, 2022 7:51 pm
Forum: General
Topic: Creating pretty tables from Rj editor
Replies: 2
Views: 856

Re: Creating pretty tables from Rj editor

In all truth, that's actually a bit less involved than I thought! Thank you so much. This is perfect.
by leehw
Mon Mar 21, 2022 8:28 am
Forum: General
Topic: Creating pretty tables from Rj editor
Replies: 2
Views: 856

Creating pretty tables from Rj editor

I’d like to be able to format the results from a code block in the Rj editor. Is there any way for me to construct output in my script so that jamovi interprets it as it would the output of a module? E.g. the example module in the Developer Hub explains how one constructs the table using yaml in the...
by leehw
Sun Mar 20, 2022 10:39 am
Forum: Help
Topic: Accessing output from the jmv( ) package
Replies: 3
Views: 1118

Re: Accessing output from the jmv( ) package

I've heard of R6 classes, but never explicitly used them. I'll do some reading. This definitely gives me a steer in the right direction.

Thanks, Maurizio!
by leehw
Sat Mar 19, 2022 8:49 am
Forum: Help
Topic: Accessing output from the jmv( ) package
Replies: 3
Views: 1118

Accessing output from the jmv( ) package

I've started developing some teaching materials, using Jamovi as a (rather brilliant) teaching tool to scaffold students as they start to learn the basics of R. Enabling syntax in Jamovi, copying and pasting and running it with the jmv() package seems like a fantastic way to go. But I've hit a snag....
by leehw
Thu Mar 17, 2022 12:35 pm
Forum: General
Topic: Computing new variables — recycling code
Replies: 21
Views: 16543

Re: Computing new variables — recycling code

I realise this is an old thread, but I just wondered if there might be any update on this. I just tried some basic code writing to the data and within the R code snippet itself, the one gets the expected results. I tried to write to data from within an R snippet. data[1,1] <- "test" data[1...