Displaying 20 results from an estimated 20000 matches similar to: "behavior of "by""
2008 Oct 02
1
possible bug in function 'var' in R 2.7.2?
Dear R-Help,
I have used R2.6.0 until I recently installed also R2.7.2 (see details below)
In R 2.6.0, the following script using the function 'var' (cor(stats)):
x.test <- c(NA, NA, NA, NA)
var(x.test, na.rm=T)
gives the output:
NA
In R2.7.2 the output of the same script generates an error message and stops R:
'Error in var(x.test, na.rm = T)
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
2008 Oct 10
1
R2.7.2 graph printing issue: incomplete printing
Hi,
I have encountered a problem with R2.7.2 printing. I used the following code
to generate a graph:
a <- 1:50
b <- a
plot(a~b)
In the pop-up windows with the graph, I try to print the graph by using
"File" -> "Print". The graph was printed, but it was incomplete. Some area
was missing in the lower part and the right part. Can somebody help me to
resolve this to
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
2012 Jul 12
3
Maildir messages
Hi all,
Hopefully, I'm sending this to the right place...
Can someone guide me on changing the Maildir messages files
back to the single file format I used to have instead of the
dovecot.index /cur /tmp /new format my newer server currently
has. I'm running dovecot v1.2.9 postfix v2.7 on Ubuntu v10.4
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
2010 Jul 22
2
[LLVMdev] the generation of getelementptr instruction
Hi all,
I'm reading the language reference of LLVM here: http://llvm.org/docs/LangRef.html#i_getelementptr
In the first example, it shows that the generated IR is supposed to be something like:
%reg = getelementptr %ST* %s, i32 1, i32 2, i32 1, i32 5, i32 13
But when I copied the code and compile it myself (using v2.7), I got five getelementptr instructions, which are just like the equivalent
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
2008 Nov 07
1
sapply and median, possible or not ?
Hello,
I have a list of data.frame
rowsplit : List of 15
$ (0,0.025] :'data.frame': 169 obs. of 7 variables:
$ (0.025,0.05]:'data.frame': 174 obs. of 7 variables:
$ (0.05,0.075]:'data.frame': 92 obs. of 7 variables:
$ (0.075,0.1] :'data.frame': 76 obs. of 7 variables:
$ (0.1,0.125] :'data.frame': 37 obs. of 7 variables:
$
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
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
2016 Mar 03
2
as.vector in R-devel loaded 3/3/2016
I just installed R-devel to check my package before submitting. I got an
error in my vignette in regards to as.vector. When I looked at the code
for as.vector in R-devel it is
standardGeneric for "as.vector" defined from package "base"
function (x, mode)
standardGeneric("as.vector")
<environment: 0x0918ad70>
Methods may be defined for arguments: x, mode
Use
2008 Aug 18
2
matrix row product and cumulative product
I spent a lot of time searching and came up empty handed on the
following query. Is there an equivalent to rowSums that does product or
cumulative product and avoids use of apply or looping? I found a rowProd
in a package but it was a convenience function for apply. As part of a
likelihood calculation called from optim, I?m computing products and
cumulative products of rows of matrices with