Questions tagged [qq]

QQ is an instant messaging software service and web portal developed by Chinese company Tencent.

11 questions
2
votes
0 answers

how do I add text lables on QQ plot?

I am making QQ plot via: library(ggman) qq(fdr2_sorted$FDR.q.val2, main = "RG_All", pch = 17, col=fdr1_sorted$group, cex = 1, las = 1) data frames used look like this: > head(fdr1_sorted) NAME …
anamaria
  • 341
  • 3
  • 11
2
votes
1 answer

d3.js Chart - QQ Plot - different colors for each part of the chart

Need help to generate the colors in chart Problem : I am creating d3 chart - QQ plot, I want to add colors to each part of the chart. But I am not able to do it, so required help on this. Js fiddle link Thank you for your valuable time. Any help is…
Manjunath Siddappa
  • 2,126
  • 2
  • 21
  • 40
1
vote
1 answer

Error in running a manhattan plot using qqman package?

I'm trying to create a manhattan plot in linux. This is my first time doing so using qqman and I am stuck on this error. Here is my R code: library(data.table) library(qqman) data =…
Johnny
  • 59
  • 5
1
vote
0 answers

Add qqline to normal qqplot for random forest model with lattice in r

I would like to use lattice R package to add qq-line to normal qq-plot for random forest model. I know there are ways to do this in ggplot and plotly, but I am interested in lattice this…
JerryTheForester
  • 456
  • 1
  • 9
  • 26
1
vote
1 answer

Multiple qq plots in one figure

I have a matrix mEps which is of shape (10, 1042), where 10 is the number of assets, and 1042 is the amount of datapoints. I want to show the Q-Q plot for each asset, so I can plot: for i in range(iN): sm.qqplot((mEps[i,:]), fit = True,…
user9891079
  • 119
  • 2
  • 10
0
votes
1 answer

R: How to modify a CreateTable() function for reiterated observations and with the wrongs index?

I'm trying creating a table on the following dataset which I'm reporting here the very first fifty observations. Here following it is reported the dataset I'm working on. enter link description here There are some typos for age and gnder variable…
12666727b9
  • 1,133
  • 1
  • 8
  • 22
0
votes
1 answer

how can i get QQMail Starred folder with java mail

i have try this val f = store.defaultFolder.list("*") but just get : INBOX, Sent Messages, Drafts, Deleted Messages, Junk, how to access QQMail or other Mail "Starred" folder
赵春宇
  • 11
  • 3
0
votes
1 answer

Error com.huawei.trustspace, 11 is illLegal. I want to access TrustSpace on the security screen

I want to access TrustSpace on the security screen. I'm using Unity and implemented login using wechat and QQ. However, in Huawei Android 10, wechat and QQ are protected by the TrustSpace security feature. Because of this, you cannot log in. So, I…
홍성수
  • 1
  • 2
0
votes
1 answer

Q-Q Plots with Countr fits

I am trying to create Q-Q plots for a Weibull Count fit obtained with Countr. I am able to fit my data with Countr with the Weibull Distribution. I thought I could try to plot my data against the $fitted.values output created by Countr.…
Murali
  • 13
  • 5
0
votes
0 answers

Cannot plot separate qq-plots, but can plot a combined

I cannot plot my qq-plots for individual genders, but I can plot them combined. It keeps saying, that: "y is empty or has only NAs", and I cannot seem to figure out how I should change my code. You can see some of my code down below: ## Read…
Line
  • 1
  • 1
-2
votes
1 answer

Making a histogram

this sounds pretty basic but every time I try to make a histogram, my code is saying x needs to be numeric. I've been looking everywhere but can't find one relating to my problem. I have data with 240 obs with 5 variables. Nipper length Number of…
Jay
  • 1