KGZaker
KGZaker
Got the same issues, have any idea to solve this problem?
Yes, you're right. Sorry, I made a mistake and copied the wrong code here. What I actually meant to show is an example where I construct varying outcomes with fixed...
Yes, here is the code I used this time but still got an error ```R map(c("Sepal.Length", "Sepal.Width"), function(idx){ tmp = lmrob(data = iris, as.formula(paste0(idx, " ~ Petal.Length * Petal.Width")), setting...
No worries, thank you for your efforts. The 'Marginaleffect' package remains an extremely useful and valuable tool.
@akshdeepsandhu Thank you sooooo much! I tried out your solution, and it successfully resolved the scoping issue. Below is the code I tested. ## Codes that don’t work ```R map(c("Sepal.Length",...
Thank you for your quick reply. I have noticed that when running version 1.5 of `wb_view.app` on the same system, this issue does not seem to occur. I’m not sure...
Thanks for your quick reply. Sorry, I may still have a naive question😂. Regarding the second solution, I attempted the following codes, but encountered an error: `AttributeError: 'ScalarMappable' object has...
Hi, thanks for helping me figure out what's wrong. Here is the code I used and errors I got: ```python pyWGCNA.updateSampleInfo(adata.obs[["sex", "age"]]) norm = mpl.colors.Normalize(vmin=adata.obs['age'].min(), vmax=adata.obs['age'].max()) my_palette_age = mpl.cm.ScalarMappable(norm=norm, cmap='viridis')...
Hi @nargesr , thanks so much for your time and kind help. Now everything works well in the new version.
I encountered a similar error. When I start Positron, the message ‘R 4.3.2 starting. R 4.3.2 failed to start up (exit code 134)’ appears. Does this mean that we can’t...