similar to: WEIGHT CASES by Frequency VECTOR

Displaying 20 results from an estimated 9000 matches similar to: "WEIGHT CASES by Frequency VECTOR"

2011 Aug 28
4
How do I get a weighted frequency table?
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110828/d35f51a1/attachment.pl>
2009 Nov 02
2
"object not found" within function
Hi, I am trying to write a function to compute many cross-tabulations with the -svytable- command. Here is a simplified example of the structure of my code (adapted from the -svytable- help file): data(api) func.example<-function(variable){ dclus1<-svydesign(id=~1, weights=~pw,data=apiclus1, fpc=~fpc) svytable(~ variable, dclus1) } When I call this function with:
2000 Jul 05
2
eigen function on Solaris2.6 (PR#595)
Full_Name: Sharon Kuhlmann Version: 0.99 OS: solaris2.6 Submission from: (NULL) (129.16.167.231) When I use the function > eigen(x), it gives me a "Process R bus error", and the program quits. I'm running the following R version: platform sparc-sun-solaris2.6 arch sparc os solaris2.6 system sparc, solaris2.6 status Patched
2016 Apr 28
2
Package to work with weight based data
Respected all, I am working on a socio-economic survey (named as National Sample Survey in India provided by National Sample Survey Organization, Govt. of India) data of individual as well as households. This is a sample survey where stratified random sapling method has been used to draw samples. The data set uses 'weights' to estimate figures for region, state or
2012 Aug 28
1
""Error in table(data) : attempt to make a table with >= 2^31 elements""
Hi im new in the mailing list, i am trying to apply a loglinear model at my data in order to seek for significant correlations and effects. i have 27 variables kai 146 observations. I want to make a contingency table for this data set in R and i write table(data) but it doesn't work and appears this error message: Error in table(data) : attempt to make a table with >= 2^31 elements How
2003 Feb 10
1
Type of multi-valued variable
Hi, I've read in the past a thead in the R discussion list about the multi-valued type variable (what was called checklist). At the moment Gregory had intention to add some general code in his gregmisc package. I'm wondering if there's some general code / packages available ? A general class for taking account this type of variable would be very useful in the domain of survey
2013 Oct 08
2
icecast-2.3.99.3
Yes. I'm running The 2.3.99.3 win32 version. And if you can to provide the " mime.types " and " crossdomain.xml " files by yourself it will be great. TNX! -----Original Message----- From: "Thomas B. R?cker" [mailto:thomas at ruecker.fi] Sent: Tuesday, October 08, 2013 5:58 PM To: icecast-dev at xiph.org Cc: Yaniv Sharon Subject: Re: [Icecast-dev]
2005 Oct 26
1
Dendrogram for many cases
Dear All, I have a cluster object based on a dissimilarity matrix from about 1,100 cases and wish to know whether anyone can think of any tips to display some form of graphical output which would give some sense of the similarity between the cases. A standard form of dendrogram would be fine, but with so many cases the dendrogram on the standard devices (R-2.20 on NT4) is very compact
2002 Oct 22
5
Mixture of Univariate Normals
Dear list, Can anyone provide a package or code for estimating the parameters of a mixture of c (c >=2) univariate normal distributions? I've tried the algorithm provided by Venables & Ripley (1999) p 263, for the mixture of two normal, but I don't find the "ms" function in R. I've used nls instead, but I'm not sure if it works the same. The data I have is very
2013 Oct 08
2
icecast-2.3.99.3
So there is no usage for the " mime.types " in ice win32? -----Original Message----- From: icecast-dev-bounces at xiph.org [mailto:icecast-dev-bounces at xiph.org] On Behalf Of Thomas B. R?cker Sent: Tuesday, October 08, 2013 5:09 PM To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] icecast-2.3.99.3 Yaniv Sharon <yaniv.sharon at gmail.com> wrote: >Hi, > >Where to
2001 Dec 18
2
Aranda-Ornaz links for binary data
Hi, I would like apply different link functions from Aranda-Ordaz (1981) family to large binary dataset (n = 2000). The existing links in glm for binomial data (logit, probit, cloglog) are not adequate for my data, and I need to test some other transformations. Is it possible to do this in R? And how? Thank you for your help, /Sharon
2002 Jul 12
2
Crosstabs in R
Before I reinvent the wheel, I have need for a relatively straightforward crosstabulation (2 x n) function. I know that R has table(), ftable(), xtabs(), and summary(xtabs()), but none of these produce a fully "tricked" out cross-tabulation with marginal totals, expected cell frequencies, and an array of statistics about the contingency table. Is there a more complete (something
2006 Oct 14
1
Differences in estimates calculated in R and SPSS
Hi, I am writing a term paper about linear regression and analysis of variance in R and SPSS. I am a bit confused because I get different estimates for the regression coefficients from R and SPSS. Does anyone have an explanation for this? As I am not so experienced in data analysis, I don't know why this happens. Thank you for helping, Katja
2006 Jul 17
6
Output and Word
Hi I have just started to have a look at R. I have used most stats software packages and can use perl, visual basic etc. I am interested in how well it handles lots of output e.g. tables or charts. How would you get lots of output most easily and quickly into a Word document? Sharon Snowdon ------------------------------------------------------------------------ - FIGHT BACK AGAINST SPAM!
2008 May 07
7
problem about network in Xen!
HI, I have been stuck by this problem for the whole week. We just did a simple experiment to test the network performance in xen use the benchmark--iperf. Our NIC is Gigabit, and we got exactly correct data in hostOS--fedoral core 8 without xen running, the bandwidth of the network was 931Mbps. But the problem is, when we start guest OS--fedoral core 8, and running iperf on it, we got data only
2007 Feb 22
1
Cross-tabulations next to each other
I have the following relatively simple problem. Say we have three factors, and we want to create a cross-tabulation against each of the other two: x <- factor(rbinom(5, 1, 1/2)) y <- factor(rbinom(5, 1, 1/2)) z <- factor(rbinom(5, 1, 1/2)) table(x,y) table(x,z) This looks like: y x 0 1 0 2 0 1 1 2 z x 0 1 0 1 1 1 2 1 I would like to get (surely this will
2004 Jul 19
4
TDM400P Internal Extenion Config
Hopefully someone here can save my sanity. I have been trying to solve this problem for days now, but just cant put my finger on it. Im new to * so I have probably done something stupid! I have a TDM400P with one FXO module and a FXS module. The main problem I have is not being able to get the extension attached to the FXS module to ring or be able to make calls. It gets a dialtone fine but I
2016 Jul 01
1
multiple connection
It is possible to ask the development team of icecast to implement a solution for that? Something like – "if the same IP pulling the stream over X instances for X time" to kick him? I believe im not the only one that having that issue from time to time… From: marcin at saepia.net [mailto:marcin at saepia.net] Sent: Friday, July 01, 2016 2:05 PM To: Yaniv Sharon Cc:
2016 Jul 01
4
multiple connection
I didn't pick up the data from the access file, just from the error file... About players, I can't control what the "radio index" sites are doing with my icecast streaming address, But as far as I know from my experience, the players when they getting "crazy" causing between 3-5 multiple connections for less than a 2 minutes. Not a big issue. The situation that
2003 Feb 11
2
geoR question from new R user
Hi, I'm a new R user. My goal is to do a variogram using geoR. I started by trying to do the example in the geoR Illustrative Session using my own data. I am able to read in my Ascii data using: D <- matrix(scan("file.dat", n=530*3), 530,3, byrow=TRUE). Then I use: as.geodata(D, coords.col=1:2, data.col=3) to make the object D geodata. I check the descriptive statistics,