Re: [R] Weighted violin chart

2021-04-12 Thread Chris Evans
- Original Message - > From: "Mahmood Naderan-Tahan" > To: r-help@r-project.org > Sent: Monday, 12 April, 2021 21:01:18 > Subject: [R] Weighted violin chart > Hi, > > I would like to know if it is possible to plot a weighted violin chart with R. > Currently, I have > > >> library(gg

[R] Weighted violin chart

2021-04-12 Thread Mahmood Naderan-Tahan
Hi, I would like to know if it is possible to plot a weighted violin chart with R. Currently, I have > library(ggplot2) > mydata <- read.csv('test.csv', header=T,row.names=1) > mydata V1 V2 V3 P1 73.6 50 R P2 75.2 20 R P3 6.5 5 R P4 41.4 10 C P5 5.4 10 C P6 18.8 5 C > p <- ggplot

Re: [R] [External] LHS random number generator

2021-04-12 Thread Richard M. Heiberger
I don't know the LHS package. I don't see it on CRAN as either LHS, or more likely, as lhs (lower case). When you write back to the list, using plain text, not HTML, please state where the LHS package is located. I do see several potential problems. You use a function randomLHS without first l

[R] LHS random number generator

2021-04-12 Thread Shah Alam
Hello everyone, I am using the LHS package to generate a combination of a set of parameter values. However, I am not sure how to fix some parameter values to 2 decimal points. For example: I want to make combinations in such a way that values for parameter c("lmp", 0.40, 0.43) are taken as 0.40,

Re: [R] evil attributes

2021-04-12 Thread Viechtbauer, Wolfgang (SP)
>-Original Message- >From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] >Sent: Monday, 12 April, 2021 1:58 >To: Viechtbauer, Wolfgang (SP); R-help >Subject: Re: [R] evil attributes > >On 11/04/2021 2:46 p.m., Viechtbauer, Wolfgang (SP) wrote: >> The is.vector() thing has also bitten me

Re: [R] updating OpenMx failed

2021-04-12 Thread Martin Møller Skarbiniks Pedersen
btw. I installed without problems OpenMx on a xubuntu 20.10 running R 4.0.5. Are your gcc toolchain up to date? On Mon, Apr 12, 2021, 00:31 Rich Shepard wrote: > On Sun, 11 Apr 2021, Martin Møller Skarbiniks Pedersen wrote: > > > You should contact the maintainers of the package. > > According