Displaying 20 results from an estimated 300 matches similar to: "Error in percentage stacked barplot"
2023 May 02
1
[External] Error in percentage stacked barplot
## you may need to install HH
install.packagess("HH")
library(HH)
hellisheidi <- read.table(text="
Component Sample1 Sample2 Sample3
CaO 45 52 48
SiO2 25 22 18
Al2O3 15 11 14
TiO2 6 5
2023 May 03
1
[External] Error in percentage stacked barplot
Dear Richard,?
Thank you very much for your reply. I went through the code and it worked. I was also able to change the colours.?
I was wondering if I can change the legend position; instead of being in the bottom to be on the left side.?
I tried the following but without any success
strip = FALSE
strip.right = TRUE
likert(t(hellisheidi), ReferenceZero=.5, xlab="X-lab",
2013 Feb 18
2
How to label percentage values inside stacked bar plot using R-base
Hello, I am new to R. I would like others to explain to me how to add
absolute values inside the individual stacked bars in a consistent way
using the basic R plotting function (R base). I tried to plot a stacked bar
graph using R base but the values appear in an inconsistent/illogical way
in such a way that its supposed to be 100% for each village but they don't
sum up to 100%.
Here is the
2013 Feb 20
0
Bayesian mixing model
Fellow R users,
I'm using the BCE {BCE} function to run a Bayesian sediment mixing model. The aim is to find the optimum % contribution from each of the 4 source areas that can yield the target geochemistry.
I have geochemistry for 4 source areas called Rat:
Rat<-read.table(text="CaO MgO Na2O Al2O3
Topsoils 2.511250 0.7445500 0.7085500 14.10375
ChannelBanks
2006 Nov 08
1
Muliple SQL statements / Return percentage of rows
I''m stumped...
I need to return a number of rows with the top & bottom x percentage of
rows removed in mysql 4.x e.g.
SELECT COUNT(*) value_count,
SUM(deals.value) / COUNT(*) average_value
FROM deals
ORDER BY deals.value
Now say that returns the sum of 100 deals, what I actually need to do is
return the count & sum of rows 10-90 (i.e. the top & bottom 10% rows
removed)
2007 Sep 23
0
Beginners question about Percentage similarity in R?
I have been reading a paper whereby the authors took values from
Sorensons dissimilarity index and values from a percentage similarity
index and applies G-Testing to the table of values. This is carried
out to assess the differences in spider faunas (Strattton and Uetz,
1979).
I like the method but have been trying to work out what function in R
to use to get the percentage similarity. I have
2012 Aug 15
1
NADA package/cenboxplot() method: maximum censored percentage
One set of data has censored (less-than detection limits) water chemistry
concentrations for 80-100% of all observations. My initial trial-and-error
attempts to apply the cenboxplot() method suggests that it has an upper
limit to the percentage of censored observations. I do not see this limit in
Dennis Helsel's second edition.
Has anyone experience plotting censored data and can provide
2007 Aug 14
1
Can I calculcate the percentage of a gamma function area below a cutoff value?
Hi there,
I have some bird flight height data that follows a gamma distribution. The
data (x) goes from 0 to 700 meters (n=1055). The calculated parameters
calculated from the fitdistr(x) are (shape = 5.1379, rate = 0.017541), and
therefore the scale (1/rate) = 57.00929. I would like to calculate the
percentage of the function area that occurs below 50 meters (0-50m).
Is that
2013 Sep 07
1
Percentage of the whole screen with spice client
Hi all,
Somebody knows how can I assign screen geometry as a percentage of the
whole screen like rdesktop does?? For example: "spicec -g 80%". Maybe
using xorg.conf specific configuration??
Thanks.
2007 Dec 14
0
scrub percentage complete decreasing, but without snaps.
I''ve seen the problems with bug 6343667, but I haven''t seen the problem
I have at the the moment.
I started a scrub of a b72 system that doesn''t have any recent snapshots
(none since the last scrub) and the % complete is cycling:
scrub: scrub in progress, 69.08% done, 0h13m to go
scrub: scrub in progress, 46.63% done, 0h28m to go
scrub: scrub in progress, 6.36%
2011 Mar 04
1
Question in Chi-squared test, can I do it with percentage data?
Hi all,
I know Chi-squared test can be done with the frequency data by R function
"chisq.test()", but I am not sure if it can be applied to the percentage
data ? The example of my data is as follow:
#############################################
KSL MHL MWS CLGC LYGC
independent (%) 96.22 92.18 68.54 93.80 85.74
2011 Oct 11
0
How to calculate percentage variation in a zero-inflated negative binomial regression model
I am a novice in R but using R 2.13.1 in Windows I wish to be able to
calculate the percentage variation in a
zero-inflated negative binomial regression model that is explained by the
two predictors in my model. My response variable was no. of dung-piles per
km and the predictor of excess zeros was distance to major road (km) .
Thanks in advance.
Boafo
[[alternative HTML version
2007 Oct 11
1
Axis value as percentage
Hello,
I am using ggplot2 to display some distributions, I my data, there are
percentages represented as 0.10, 0.13, ...
I now want to do the axis show "5%", "10%", "15%", ...
Is there is simple way to do this? I tried to use scale_y_prob(), but I
didn't get through it.
Thanks and regards,
Christoph
2012 May 31
0
function to calculate a SMAPE (Symmetric mean absolute percentage error) to avoid the possibility of an inflation caused by zero values in the series
Dear Reseacher,
i find this modified version of SMAPE at pag 13 formula "msSMAPE" to to
avoid the possibility of an inflation caused by zero values in the series
using a Si component in the denominator of the symmetric MAPE
http://www.stat.iastate.edu/preprint/articles/2004-10.pdf
I wrote a function but I wish eventually correct error, change or improve
with your suggestions. Please
2014 May 23
0
How i can calculate cpu utilization percentage for host using python libvirt API.
Hi,
How i can calculate cpu utilization percentage for host using python
libvirt API.
Which function can i use for calulating cpu percentage of host and Virtual
Machines?
1)Host cpu utilization
====================
I tried getCPUStats() function,it gives the following output.Is there any
way to calculate cpu percentage from the following output?
Is there any other function availabe for
2014 May 23
1
How i can calculate cpu utilization percentage for domain running under a host using libvirt API.
Hi,
How i can calculate cpu utilization percentage for domain running under a
host using libvirt API.
Which function can i use for calulating cpu percentage?
Thanks and Regards,
Deepak S
-------------------------
Message sent via Atmail Open - http://atmail.org/
2015 Mar 11
1
consuming a high percentage of cpu
the kacpid proccess is consuming a high percentage of cpu.
this makes my server it's slow
how to solve this .......????
--
*Atte. Rodrigo Pichi?ual N.*
*Ingeniero Administrador de Sistemas Linux*
*rodrigo.pichinual at gmail.com <rodrigo.pichinual at gmail.com>*
*+56 9 87272971*
*@Roodrigo0461*
*http://cl.linkedin.com/in/rodrigopichinual
2018 Feb 15
2
Percentage of CentOS coded in each language
Had a curious question about how much of Linux (as a usable
distribution, not just the kernel) is coded in each language. I can find
some older or vague references without citation that Linux is largely
coded in C and C++, with a fraction of a percent coded in other languages.
While the source is available, I'm not sure how would one go about
determining the percentage of CentOS coded in
2010 Aug 30
1
bogus fts percentage
Sometimes dovecot-2.0 sends this untagged response to clients:
* OK Indexed -2147483648% of the mailbox, ETA 0:00
I imagine there's a bug in there somewhere.
2004 Nov 26
1
rsync +progress +percentage
Hi everyone!
Im new to this list and i searched the archive for any dupes of this subject
but didnt find any.
I have a small problem, i want to use rsync to keep all of our systems
up 2 date
but recently we had some servers that only did a half update. We want to be
able to see a progress indicator of the transfer. The best thing was if
there was any
way to get it in percentage or only a