Re: [R] X axis labels are not fully shown when using pareto.chart function

2020-09-15 Thread Jim Lemon
Hi Paul, It is a contest between the quantity of information and legibility. You have 140 labels to place on the x-axis in your plot and I barely managed it by almost doubling the width of the plot, halving the size of the font and truncating the labels to a maximum of 20 characters. Unless you wan

Re: [R] X axis labels are not fully shown when using pareto.chart function

2020-09-15 Thread Paul Bernal
Dear Jim, Thank you so much for your valuable and kind reply. I will try what you suggest and will let you and the group members how that goes. Can the resolution you suggest be applied whenever I encounter an issue like the one I just described (to make x-axis labels clearly visible)? I imagine

Re: [R] How to represent the effect of one covariate on regression results?

2020-09-15 Thread Ana Marija
Hi David, thanks for the useful insight I did of course wrote to plink user group but no answer there. I guess they are more concerned about how to run commands with plink as oppose to interpret results. What I can tell about my cohort is that about 80% of cases had Type 2 diabetes while about 8%

Re: [R] How to represent the effect of one covariate on regression results?

2020-09-15 Thread David Winsemius
On 9/15/20 8:57 AM, Ana Marija wrote: Hi Abby and David, Thanks for the useful tips! I will check those. I completed the regression analysis in plink (as R would be very slow for my sample size) but as I mentioned I need to determine the influence of a specific covariate in my results and Pli

[R] Cross-posted was Re: Unnesting JSON using R

2020-09-15 Thread David Winsemius
Cross-posting is deprecated on r-help. Please don't do it again. And it was already answered on StackOverflow. -- David. On 9/15/20 1:13 PM, Fred Kwebiha wrote: Source=https://jsonformatter.org/e038ec The above is nested json. I want the output to be as below dataElements.name,dataElement

Re: [R] X axis labels are not fully shown when using pareto.chart function

2020-09-15 Thread Jim Lemon
Hi Paul, This looks very familiar to me, but I'll send my previous suggestion. library(qcc) x11(width=13,height=5) pareto.chart(dataset2$Points,xaxt="n") library(plotrix) staxlab(1,at=seq(0.035,0.922,length.out=140), labels=substr(dataset2$School,1,20),srt=90,cex=0.5) Jim On Wed, Sep 16, 2020 a

Re: [R] [R-pkgs] salesforcer v0.2.2: An Implementation of Salesforce APIs Using Tidy Principles

2020-09-15 Thread H
On September 13, 2020 6:42:18 AM EDT, "Steven M. Mortimer" wrote: >The {salesforcer} package allows users to query and analyze Salesforce >data >and administer their Org's records and object metadata (fields, >triggers, >layouts). It has been three years in the making to map multiple >Salesforce

[R] Unnesting JSON using R

2020-09-15 Thread Fred Kwebiha
Source=https://jsonformatter.org/e038ec The above is nested json. I want the output to be as below dataElements.name,dataElements.id,categoryOptionCombos.name,categoryOptionCombos.id Any help in r? *Best Regards,* *FRED KWEBIHA* *+256-782-746-154* [[alternative HTML version deleted]]

Re: [R] How to represent the effect of one covariate on regression results?

2020-09-15 Thread Abby Spurdle
> My question is how do I present/plot the effect of covariate "TD" in > the example it has "P" equal to 3.32228e-12 for all IDs in the > resulting file so that I show how much effect covariate "TD" has on > the analysis. Should I run another regression without covariate "TD" I'll take a second sh

Re: [R] question including crossover trials in meta-analysis

2020-09-15 Thread Belgers, V. (Vera)
Dear mr. Schwartz and mw Gunter, Thank you both for your reply. I did google but did not find these sources, so thank you. With kind regards, Vera Belgers Van: Bert Gunter Verzonden: maandag 14 september 2020 21:14 Aan: Belgers, V. (Vera) CC: r-help@R-project.org

[R] X axis labels are not fully shown when using pareto.chart function

2020-09-15 Thread Paul Bernal
Dear friends, Hope you are doing well. I am currently using R version 3.6.2. I installed and loaded package qcc by Mr. Luca Scrucca. Hopefully someone can tell me if there is a workaround for the issue I am experiencing. I generated the pareto chart using qcc´s pareto.chart function, but when th

Re: [R] How to represent the effect of one covariate on regression results?

2020-09-15 Thread Ana Marija
Hi Abby and David, Thanks for the useful tips! I will check those. I completed the regression analysis in plink (as R would be very slow for my sample size) but as I mentioned I need to determine the influence of a specific covariate in my results and Plink is of no help there. I did Pearson cor

[R] [R-pkgs] salesforcer v0.2.2: An Implementation of Salesforce APIs Using Tidy Principles

2020-09-15 Thread Steven M. Mortimer
The {salesforcer} package allows users to query and analyze Salesforce data and administer their Org's records and object metadata (fields, triggers, layouts). It has been three years in the making to map multiple Salesforce Platform APIs for use in R. The package implements the REST, SOAP, Bulk 1.

[R] FW: Loop for two columns and 154 rows

2020-09-15 Thread PIKAL Petr
Sorry, forgot to copy to r help. Petr > -Original Message- > From: PIKAL Petr > Sent: Tuesday, September 15, 2020 11:53 AM > To: 'Hesham A. AL-bukhaiti' > Subject: RE: [R] Loop for two columns and 154 rows > > Hi > > Your mail is unreadable, post in plain text not HTML. > > If I deciph

[R] Loop for two columns and 154 rows

2020-09-15 Thread Hesham A. AL-bukhaiti via R-help
Dears in R :i have this code in R: # this for do not work true (i tried )out<-read.csv("outbr.csv")  truth<-out[,seq(1,2)]truth<-cbind(as.character(truth[,1]),as.character(truth[,2])              ,as.data.frame(rep(0,,dim(out)[1])));for (j in 1:2) {  for (i in 1:20) {    truth[(truth[,1]== truth[

Re: [R] question including crossover trials in meta-analysis

2020-09-15 Thread Michael Dewey
Dear Vera In addition to what you already have you might like to know about the mailing list specifically dedicated to meta-analysis in R. https://stat.ethz.ch/mailman/listinfo/r-sig-meta-analysis// You might like to search the archives first as this sort of issue does come up there. You are