similar to: feed cut() output into goodness-of-fit tests

Displaying 20 results from an estimated 100 matches similar to: "feed cut() output into goodness-of-fit tests"

2003 Apr 02
1
normalized frequency histogram
Hi folks I'm trying to plot a normalized frequency histogram of some data. After checking the docs, it seems there is no built in feature for this. from the definition for normalized frequency, I need to divide the relative frequency by the size of the intervals being used. So I could divide the series by this interval length, and then plot the relative frequency. The problem is
2010 Nov 19
1
Color Alaska in USA map
Hello: I have a problem when I tried to color the USA map with different colors. The following is my data (I only used the second column of data): alaska, 1, 2 Hawaii, 0, 0 USA, 5, 5 And here is my code: library("latticeExtra") library("mapproj") state<-read.table("C:\\usaclass.txt",sep=",") state
2010 Jul 07
3
when all I have is a contingency table....
Hello, I just need a hint here: Suppose I have no raw data, but only a frequency table I have, and I want to run basic statistical procedures with it, like histogram, descriptive statistics, etc. How do I do this with R? For example, how do I plot a histogram for this table for a sample of size 60? Value Count 1 10 2 8 3 12 4 9 5 14 6 7 Thanks, A.Z.
2008 Jul 29
3
table questions
Hi again! Suppose I have the following: > xy <- round(rexp(20),1) > xy [1] 0.1 3.4 1.6 0.4 1.0 1.4 0.2 0.3 1.6 0.2 0.0 0.1 0.1 1.0 2.0 0.9 2.5 0.1 1.5 0.4 > table(xy) xy 0 0.1 0.2 0.3 0.4 0.9 1 1.4 1.5 1.6 2 2.5 3.4 1 4 2 1 2 1 2 1 1 2 1 1 1 > Is there a way to set things up to have 0 - 0.4 0.5 - 0.9 etc. please? I know there is the cut
2006 Nov 14
2
dividing vectors into bins with equal widths
Hi R-users, I am trying to divide a vector (say X) into equal frequency bins. If one uses the hist() function, then a histogram is plotted, but with bins of equal widths, and not with bins having the same number of data points. I have then tried the histogram() function as follows: histogram(X, nint=10, breaks=NULL, equal.widths=F) This works as I want. However, I can't extract which
2011 Jun 21
2
setting breaks in hist
Dear R People: Is there a way to "guarantee" that breaks=n will give you exactly n breaks, please? I'm fairly certain that the answer is "no", but thought I'd check. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2006 Feb 21
6
How to sum values across multiple variables using a wildcard?
I have a dataframe called "data" with 5 records (in rows) each of which has been scored on each of many variables (in columns). Five of the variables are named var1, var2, var3, var4, var5 using headers. The other variables are named using other conventions. I can create a new variable called var6 with the value 15 for each record with this code: > var6=var1+var2+var3+var4+var5
2020 Oct 01
3
No sound after latest Firefox update (firefox-78.3.0-1.el6.centos.x86_64)
On 2020-10-01 13:10, Robert Nichols wrote: > On 9/30/20 8:25 AM, Johnny Hughes wrote: >> On 9/29/20 9:16 PM, Robert Nichols wrote: >>> With Firefox updated to firefox-78.3.0-1.el6.centos.x86_64, I cannot >>> get >>> sound from Firefox. I've tried restarting pulseaudio, also logging >>> out >>> and logging back in. No help. Other A/V apps
2010 Jul 15
0
Histogram with two groups on the same graph (not on separate panels)
I have been trying to produce a histogram that has two groups (male and female snakes) on the same graph (either superimposed or each frequency bar appears side by side). I found a couple of functions for superimposed histogram written by other people. The below is the codes I used for my data containing a column of svl (body size; snout-vent length) and another column of sex (male or female).
2020 Oct 01
0
No sound after latest Firefox update (firefox-78.3.0-1.el6.centos.x86_64)
On Thu, Oct 01, 2020 at 04:01:29PM -0400, mailist wrote: > The Ubuntu-derived distros are much better suited to desktop. I run several > of them, as well as > CentOS 7 and 8. Ubuntu, Kubuntu (Ubuntu with KDE), Lubuntu, Debian, PopOS, > and Zorin. They all use systemd. If you're running CentOS 6 to avoid that, you're out of luck. -- Jonathan Billings <billings at
2020 Jul 13
2
CentOS 8 & HandBrakeCLI
On 2020-07-13 05:09, Kay Diederichs wrote: > On 7/13/20 4:04 AM, Frank M. Ramaekers Jr. wrote: >> Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work: I could not get HandBrake to work under CentOS 8, so I installed it under Zorin 15 (an Ubuntu-derived German distro). There, it works great. I did not try any of the other distros derived from Debian or Ubuntu itself. Todd
2020 Apr 09
3
Zoom?
I'm on Ubuntu and, no, it doesn't work. ________________________________ From: CentOS <centos-bounces at centos.org> on behalf of Liam O'Toole <liam.p.otoole at gmail.com> Sent: Thursday, April 9, 2020 3:37 AM To: centos at centos.org <centos at centos.org> Subject: [EXTERNAL] Re: [CentOS] Zoom? Harriscomputer Leroy Tennison Network Information/Cyber Security
2011 Jan 05
1
Windows license required?
Hi guys, I was just over at the Zorin OS download pate at http://zorin-os.webs.com/download.htm. At the bottom of the page there is a small paragraph of disclaimers, including this: > You must also have a valid Microsoft Windows license to utilize the WINE Windows software runtime environment. If this is so, it's the first I've heard of it, and I've been running Wine for
2010 Aug 02
3
Postgresql 8.0 installation
I m trying to install Postgresql on ZORIN 3.0, an Ubuntu based distro running WINE 1.1.42. When I start setup, after language selection, it gives the error "Failed to create process: 2!". Please guide me on how to solve this problem.
2011 Dec 08
2
Language Software Crash
Can someone help me please. I am a new Linux user. I am running Zorin Linux on my computer. I am trying to use a Language Learning program called Teach Me Irish; a windows based software. I used Wine 1.2.2(?) to install the software on my computer. It appeared to have installed fine, and I activated the software. However, when I try to use the software, it will initially load, but when I click on
2013 Mar 31
1
Where does R store workspace and commands that load on startup
When I close R and answer yes to save workspace, R automatically loads it and apparently also the command history at start up. I would like to know where R stores this information. I know that I can save .RData and .Rhistory files, but I would like to know how(where) R stores this information automatically. I have not found any .RData or .Rhistory files associated with start up. I am running
2010 Dec 14
0
msoffice2003 setup problems
i was try to install msoffice2003 to zorine os but appear this command The file '/media/Office 2003/MS Office 2003/SETUP.EXE' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the how i fix it my pc all ready installed wine tool -------------- next part -------------- An HTML attachment was
2020 Sep 30
2
No sound after latest Firefox update (firefox-78.3.0-1.el6.centos.x86_64)
On 9/29/20 9:16 PM, Robert Nichols wrote: > With Firefox updated to firefox-78.3.0-1.el6.centos.x86_64, I cannot get > sound from Firefox. I've tried restarting pulseaudio, also logging out > and logging back in. No help. Other A/V apps work just fine. Downgrading > to firefox-68.12.0-1.el6.centos.x86_64 makes sound work again. For now, > I've excluded version
2020 Oct 01
0
No sound after latest Firefox update (firefox-78.3.0-1.el6.centos.x86_64)
On 9/30/20 8:25 AM, Johnny Hughes wrote: > On 9/29/20 9:16 PM, Robert Nichols wrote: >> With Firefox updated to firefox-78.3.0-1.el6.centos.x86_64, I cannot get >> sound from Firefox. I've tried restarting pulseaudio, also logging out >> and logging back in. No help. Other A/V apps work just fine. Downgrading >> to firefox-68.12.0-1.el6.centos.x86_64 makes sound work
2020 Jul 13
3
CentOS 8 & HandBrakeCLI
Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work: # HandBrakeCLI HandBrakeCLI: error while loading shared libraries: libass.so.5: cannot open shared object file: No such file or directory Googling this, it appears the error message is related to ffmpeg, but I don't get any error message with it: # ffmpeg ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers ?