similar to: is there an equivalent of prop.table but for counts

Displaying 20 results from an estimated 200 matches similar to: "is there an equivalent of prop.table but for counts"

2008 Jun 04
2
converting a table to a dataframe or a matrix
can someone show me how to convert a table to a data.frame or a matrix ? I tried below and as.data.frame rearranges the columns similarly to a melt from reshape and as.matrix didn't change it. I actually would prefer to change it to a dataframe but if someone can show me how to convert it to a matrix, then as.data.frame will work on that. I was thinking about just changing the class to
2012 Jun 06
5
ggplot incorrect legend
How do I create a legend with ggplot? I think should be getting the FuelTypeNum in the legend. Plot: http://r.789695.n4.nabble.com/file/n4632471/Rplot.jpeg My code is: ggplot(data=tempTable, aes(x=Bands8, y=SubPercent, fill=FuelTypeNum)) + geom_bar(position="stack", stat="identity") + scale_colour_hue('my legend', breaks = levels(tempTable$FuelTypeNum),
2008 Jun 05
1
using barchart in lattice package and conditioning
I have the data structure below and I'm attempting to send it into barchart using the R code below it. I don't get an error but I don't get any output either. Deepyan's new Lattice book is amazing and there are some examples sort of similar to what i'm doing but I couldn't see a way of using the formula interface to condition on what I wanted to condition on so I
2006 May 19
4
Fast update of a lot of records in a database?
We have a PostgreSQL table with about 400000 records in it. Using either RODBC or RdbiPgSQL, what is the fastest way to update one (or a few) column(s) in a large collection of records? Currently we're sending sql like BEGIN UPDATE table SET col1=value WHERE id=id (repeated thousands of times for different ids) COMMIT and this takes hours to complete. Surely there must be a quicker
2018 Feb 27
0
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
On Tue, Feb 27, 2018 at 12:54:47AM -0500, Ilia Mirkin wrote: > On Tue, Feb 20, 2018 at 9:25 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > > On Tue, Feb 20, 2018 at 8:48 AM, Ville Syrjala > > <ville.syrjala at linux.intel.com> wrote: > >> From: Ville Syrjälä <ville.syrjala at linux.intel.com> > >> > >> Replace the ad-hoc iturbt_709
2018 Feb 20
0
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
On Tue, Feb 20, 2018 at 8:48 AM, Ville Syrjala <ville.syrjala at linux.intel.com> wrote: > From: Ville Syrjälä <ville.syrjala at linux.intel.com> > > Replace the ad-hoc iturbt_709 property with the new standard > COLOR_ENCODING property. Compiles, but not tested. > > Cc: Daniel Vetter <daniel at ffwll.ch> > Cc: nouveau at lists.freedesktop.org > Cc: Ben
2018 Feb 27
2
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
On Tue, Feb 20, 2018 at 9:25 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Tue, Feb 20, 2018 at 8:48 AM, Ville Syrjala > <ville.syrjala at linux.intel.com> wrote: >> From: Ville Syrjälä <ville.syrjala at linux.intel.com> >> >> Replace the ad-hoc iturbt_709 property with the new standard >> COLOR_ENCODING property. Compiles, but not tested.
2011 Dec 09
0
R: prop.test() and the simultaneous confidence interval for multiple proportions in R
Hello, is there anyone who has some ideas about the problem I posted? Help! [[alternative HTML version deleted]]
2008 Oct 06
1
Solution to Garry's mod prop crashing problem
Bug 12044 (http://bugs.winehq.org/show_bug.cgi?id=12044) really messes up the garry's mod experience so I have made an addon to change the way you die when getting hit by a prop. Download the File =D (http://www.garrysmod.org/downloads/?a=view&id=53943) Now you can drop cars on yourself now!
2008 Dec 21
1
function prop.trend.test (stats)
To the R-help list, In the documentation of the prop.trend.test function in the stats package, no bibliography has been provided which would allow one to find out the theoretical basis of that function and/or details of its implementation. May I suggest that some bibliography be included, as it generally happens with other statistical functions. I currently use R 2.8.0 running on Windows XP.
2006 May 10
0
looking for open-source or prop. IM, Chat & Video server & client software
Hi. My name is Simon. I'm not very technically saavy and do have a few questions and hope someone can answer or direct me to resources. Thanks in advance for helping out. Simon I'm interested in an open-source solution for an web project that will allow me to run an English as a Second Language website. It will basically be a website where English learner can sign up and then
2009 Jan 20
1
Do not want to print when using prop.test
I am using the function prop.test (base package), which returns a list with class "htest". All I want to do is to assign one of its values to a variable, but I do not want R to print the results and added warning message whenever I invoke the function. How can I prevent R from printing on using prop.test? Regards, Jos? Luis Mr Jos? Luis Iparraguirre Senior Research Economist Economic
2009 Jan 07
0
Re: Solution to Garry's mod prop crashing problem
Sorry about this guys, but I will no longer be developing this addon. This is because for some unexplained reason, GMod has started to not crash on prop death. If I figure out why this is happening, I will post as soon as possible. Again, sorry. If you really want me to make this work for NPCs, email me: Blacklemon67 at gmail.com Good luck, I hope that what happens to me happens to you. Peace
2020 Mar 18
0
[PATCH i-g-t 3/4] lib/igt_kms: Hook up connector dithering prop
From: Lyude Paul <lyude at redhat.com> Nvidia display hardware provides a set of flexible dithering options for CRTCs. This dithering is actually noticeable in the CRC output for all available tap points, and can be seen as CRC values for identical frames cycling between either 2 or 4 values repeatedly (each one of these values is a different dithering phase applied to the source output).
2020 Apr 17
0
[PATCH i-g-t v3 4/5] lib/igt_kms: Hook up connector dithering prop
From: Lyude Paul <lyude at redhat.com> Nvidia display hardware provides a set of flexible dithering options for CRTCs. This dithering is actually noticeable in the CRC output for all available tap points, and can be seen as CRC values for identical frames cycling between either 2 or 4 values repeatedly (each one of these values is a different dithering phase applied to the source output).
2006 Oct 31
1
Confidence interval calculation in prop.test (PR#9325)
Full_Name: Richard Johnston Version: 2.4.0 OS: OS X Submission from: (NULL) (69.169.0.241) The confidence interval calculation for prop.test appears incorrect when alternative="greater" . The upper limit is always set to 1.0000. The lower limit appears to be correct. > total=c(250,250) > success=c(55,31) >
2007 Feb 01
1
prop.test.Rd References patch
Hi all, Presuming that my reply on r-help this morning was correct, attached is a patch file against the current svn trunk version of prop.test.Rd to add the references for the methods. Any corrections are welcome. Regards, Marc Schwartz
2010 Apr 18
1
tiny typo in ?prop.test: "if" for "is"
from revision 51769: Index: prop.test.Rd =================================================================== --- prop.test.Rd (revision 51769) +++ prop.test.Rd (working copy) @@ -60,7 +60,7 @@ If there is only one group, then the null tested is that the underlying probability of success is \code{p}, or .5 if \code{p} is - not given. The alternative is that the probability of success if
2001 Sep 24
2
confidence interval given by prop.test()
Dear R-help, > prop.test(9, 137, p=0.066) > prop.test(9, 137, p=0.05) give two different 95% confidence intervals. I thought the confidence interval calculation should be independent of testing calculations (and thus the null hypothesis)? Splus 2000 has similar problems but give slightly different answer. Using R1.3.0 on windows. Mai Zhou
2006 Apr 19
1
prop.table on three-way table?
Dear list, I am trying to create a three-way table with percent occurrence instead of raw frequencies. However, I cannot get the results I expected: I have the following table: > ftable(table( mannerDF$agem, mannerDF$target, mannerDF$manner )) <snip> 50 bak 0 0 0 0 1 0 pak 0 0 0 0 3 0 sak