similar to: Support Counting

Displaying 20 results from an estimated 2000 matches similar to: "Support Counting"

2011 Jul 19
2
read.csv help
Hi, I'm a new R user and I'm having trouble with the read.csv command. It somehow treats the first column as a row name field even though it's not a row name. there are no missing columns/entries and i'm not sure how to resolve this. the format of my data is A, B, C, D,......(3984 columns) 12, 13, 41,......(all numeric) it either treats column A as rownames or if I explicitly
2017 Aug 24
1
Pull data from Tally 9.1 to R studio
Hi, Inline below. > On Aug 24, 2017, at 5:22 AM, John Kane via R-help <r-help at r-project.org> wrote: > > > IIt might help to read the material at one or both of these links http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example > <snip> In this case, had Jagan spent about 30 seconds Googling for the application developer's
2010 Feb 18
1
how to change number of itemes appeare in right-hand-side of the rule with apriori in R(arules)?
Hi All, I use arules library, and try to create an association rules for this transaction file: a,c,f,3,4,5 b,e,1,2,4 a,c,e,f,1,3,4,5 d,5 b,c,e,f,1,2,3,4 a,c,e,f,1,3,4,5 b,c,e,f,1,3,4 b,e,1,2,4 a,c,e,f,1,3,4,5 a,b,c,e,f,1,3,4 a,c,d,f,3,4,5 I want to get the rule such: {c,e,f}=> {3,4,5} I used this command: ar=apriori(tr, parameter=list(support=.4, confidence=0.8, maxlen=11), appearance
2017 Aug 24
0
Pull data from Tally 9.1 to R studio
IIt might help to read the material at one or both of these links http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example Reproducibility ? Advanced R. | | | | Reproducibility ? Advanced R. | | | On Thursday, August 24, 2017, 6:19:25 AM EDT, John Kane <jrkrideau at yahoo.ca> wrote: On Thursday, August 24, 2017, 1:50:13 AM EDT, David
2017 Aug 24
2
Pull data from Tally 9.1 to R studio
On Thursday, August 24, 2017, 1:50:13 AM EDT, David Winsemius <dwinsemius at comcast.net> wrote: > On Aug 22, 2017, at 11:31 PM, jagan krishnan via R-help <r-help at r-project.org> wrote: > > Hi all, > This is Jagan.i have been provided a task of analyzing sales data of a company in R programming...Just wanted to know,how can I pull Tally 9.1 software data into R
2017 Aug 24
0
Pull data from Tally 9.1 to R studio
> On Aug 22, 2017, at 11:31 PM, jagan krishnan via R-help <r-help at r-project.org> wrote: > > Hi all, > This is Jagan.i have been provided a task of analyzing sales data of a company in R programming...Just wanted to know,how can I pull Tally 9.1 software data into R programming dataframe. > Waiting eagerly for your inputs. > With Regards,Jagannathan Krishnan > Sent
2017 Aug 23
2
Pull data from Tally 9.1 to R studio
Hi all, This is Jagan.i have been provided a task of analyzing sales data of a company in R programming...Just wanted to know,how can I pull Tally 9.1 software data into R programming dataframe. Waiting eagerly for your inputs. With Regards,Jagannathan Krishnan Sent from Yahoo Mail on Android On Tue, Aug 22, 2017 at 10:47 AM, jagan krishnan<jagan.krishnan at yahoo.co.in> wrote: Hi
2002 Aug 30
1
Printing in Wine
Hello, I am using Wine to run Tally, an accounting package. Over the network, we are able to print documents using OpenOffice as we have CUPS installed. I read the DOCS related to printing in Wine and they say, I dont need to configure wine if I have CUPS installed. But whenever I issue the print command in tally, nothing happens. I checked out /var/log/messages but didn't find any
2002 Nov 19
1
mem.tally.* in R
I'd like to use the resources() function described on p. 151-152 of S Programming by Venables and Ripley (2000), but I don't have access to S and don't know whether R's memory functions (e.g., gc()) can be used instead of mem.tally.reset() and mem.tally.report(). In order to implement the resources() function in R, should I look for the C source for these S functions and wrap them
2001 Apr 04
1
Problem with bandwidth
Hi all, Here is my setup: Host1 ---> Router ----> Host2 When i run ttcp -t on Host1 while ttcp -r in Host2, the bandwidth that i can get is about 860 Kbytes/s, which is less than 7Mbps. But i am using NIC 10Mbps for all machines. Why is that so? Currently, i am experimenting with the example efcbq. I am using MGEN (a UDP traffic generator) to send 2 flows of traffic (EF and
2006 Sep 25
2
[Bug 1237] Behaviour of openssh with pam_tally is very buggy
http://bugzilla.mindrot.org/show_bug.cgi?id=1237 Summary: Behaviour of openssh with pam_tally is very buggy Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: bitbucket at mindrot.org
2011 Jun 14
1
Obtaining OLAP cubes using R
Hello All, I have a dataset and I wish to obtain all possible data cuboids from it using R . For eg if my data frame is : A B C 1 1 1 1 2 1 2 2 1 The output intended is : A=1 A=2 B=1 B=2 C=1 A=1,B=1 A=1,B=2 A=2,B=2 A=1,C=1 A=2,C=1 B=1,C=1 B=2,C=1 A=1,B=1,C=1 A=1,B=2,C=1 A=2,B=2,C=1 Are there any function(s) to do this in R ? I tried a combination of expand.grid and
2007 Apr 14
5
SAMBA Problem - Users take ownership
Hi, I have a problem with my Samba/WinBIND implementation. In folders shared by multiple people the last one to access and modify a file takes ownership of the file and changes the permissions so other users cannot make changes to the same file: [root@atlas PLANNING RECORDS]# cd REGIONAL\ 1\ AIRLINE\ DOCS/ [root@atlas REGIONAL 1 AIRLINE DOCS]# ls -al total 1232 drwxrws---+ 8 root
2003 May 19
1
create groups from tallies
I'm trying to figure out a way of grouping data from simple tally data. For example, I would like to turn the following table into the table at the bottom. I would normally do this in sql statements, but I won't have control over the data, so that's not an option... Thanks, Jeff. dbh, tally 5 1 12 2 6 1 10 1 6 1 12 1 10 2 9 1 3 1 5 1 8 1 3 1 6 1 5 1 10 1 5 1 4 1 22 1 20 1 15 1 14 1
2009 Jun 21
3
problems installing tally
u m facing some problems installing tally erp 9.0 it shows some installation error
2011 Jun 15
3
Column of numbers added to dataframe when saving with read.csv
I have a dataframe object having the following structure FinalOutput[1:3,] GasDays 2011-03-31 2010-09-30 2010-10-31 2010-11-30 2010-12-31 2011-01-31 2011-02-28 1 2006-10-01 217303553 221205033 222824639 217016511 216093460 216477468 216834021 2 2006-10-02 231158527 234565250 236004109 231467851 230100639 230079907 230734064 3 2006-10-03 282062314 285427832 286372163
2006 Jan 10
1
sql server & linux: left join problem
I''ve got a left join problem of some sort connecting from linux FreeTDS/ODBC to SQL Server. It''s similar to the false post I had earlier, but this is a real problem. Here''s my code: def find_recipes_for_workorder @recipe_pages, @recipes = paginate_with_sort :recipes, :per_page => 10, \ :joins => ''left join workorder on
2013 Mar 18
0
No considerar mail anterior
Buenos días, estaba revisando un draft de un mail y sin querer se envío a la lista de distribución. Solicito no lo consideren por favor. Mis disculpas. Gracias. Saludos, Rodrigo. On 18 March 2013 12:09, Rodrigo Bastías Castillo <bastias.rodrigo@gmail.com>wrote: > I have done a plot which represents itemsets as vertices and rules as > directed edges between itemsets with this
2003 Oct 21
3
Quick summary of Grandstream survey results
Here is a quick tally of the various things people asked for.. I'm going to go thru the list and weight the results based on my scale of 1-10. This is just a count of each "item", otherwords how many times that item came up. Some things I considered as bugs and lumped them as bug-fixes For the various requests for codec's I broke out which ones people where asking for.
2012 Nov 21
5
Creating a frequency table for binomial varaible
Hello, I have simulated 30 observations from a binomial(5,0.1) distribution. Now I need to make frequency table( that means I need to tally how many 0's , 1's 2's....... 5's) I know that the simple R function table() will do this, but I am afraid that some times I may get zero frequency for some particular values (for example in the above there are 5-0's 10-1's ,