Displaying 20 results from an estimated 2000 matches similar to: "Everything working as expected, but log gets spammed."
2010 Mar 05
1
About the interaction A:B
Suppose, 'fr' is data.frame with columns 'Y', 'A' and 'B'. 'A' has levels 'Aa'
'Ab' and 'Ac', and 'B' has levels 'Ba', 'Bb', 'Bc' and 'Bd'. 'Y'
columns are numbers.
I tried the following three sets of commands. I understand that A*B is
equivalent to A+B+A:B. However, A:B in A+B+A:B is
2015 Jul 17
1
Improvements (?) in stats::poly and stats::polym.
Dear Keith,
>>>>> <Keith.Jewell at campdenbri.co.uk>
>>>>> on Thu, 16 Jul 2015 08:58:11 +0000 writes:
> Dear R Core Team,
> Last week I made a post to the R-help mailing list
> ?predict.poly for multivariate data?
> <https://stat.ethz.ch/pipermail/r-help/2015-July/430311.html>
> but it has had no responses so I?m
2016 Jul 08
0
Problem with Samba 4 samba_dnsupdate
Can you navigate to the domain controller like, \\dcname? Also do the logs
tell you anything? Is bind running? Samba? etc?
On Fri, Jul 8, 2016 at 4:18 PM, Igor & Sandra <group.alm at gmail.com> wrote:
> I mean to join the network.
> I have this network, nearly 120 computers.
> Already does this AD since 2014 without giving problem. Only now emerged.
> Unfortunately I had
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
gccld would barf if you tried to specify the full pathname of an archive
on the command line to gcc, (e.g., instead of gcc ... -L/full/path/to -lFOO
you say gcc ... /full/path/to/libFOO.a) which many GNU Makefiles try to do.
This patch fixes that.
Ok to commit?
--
gaeke at uiuc.edu
gccld.cpp:
Fix typo in header.
Add IsArchive static method.
Roll LoadLibraryFromDirectory() into
2014 Feb 20
0
Identify SIEMENS MASTEGUARD
Hi,
Sorry to bother all of you this way, I see no other way at this point.
I am trying to get a Siemens Masteguard working and found, by trial and
error.
Has anyone seen this before?
I have the following info:
9600 BAUD 8 bits no parity 1 stop
The commands look a lot like the SENA protocol except for the messaging
format.
It reacts as follows
Sending ascii command:
2012 Feb 08
2
need help with understanding coxph encoding
Hi, in coxph,
coxph(Surv(time, status)~x,data=alm).
How to encode x? For example, if x has two groups, the treatment group and
control group. if I encode them as 1 and 2. Is the HR results
treatment/control? What if I encode them as 0 and 1. I am confused with how
survival package works for HR. What should I do to get a treatment/control
HR?
Thank you.
--
View this message in context:
2008 Nov 15
1
[LLVMdev] How to use EE->runFunction for a function with StructRet set?
Hi,
I'm using LLVM 2.4 (but llvm-gcc 2.2) on Ubuntu 8.10 (Intrepid Ibex) for
a small part-time project combining Witty (http://www.webtoolkit.eu) and
the ExecutionEngine in LLVM. (This is my second week with any of these
so I still lack a lot of basic knowledge.)
Sometimes I want to call a function returing a struct (in this case
std::string), thus hasStructRetAttr() is true for the Function
2011 Oct 27
1
Question about .Fortran in glmnet package
Hi,
My apologies for asking this question, but could not find the answer
elsewhere. I understand the glmnet package uses Fortran code. For example,
the lognet.R file includes the lines of code shown below. But how can I see
the Fortran code that is being referenced in the code below? Is that
provided somewhere in the package source code?
.Fortran("lognet",
2009 Jan 14
1
Memory use
Dear R-help list,
I am just trying to increase my memory for R, but for some reason I cannot really increase the memory size as much as I would like. I have 3 GB of RAM on a Windows XP (R 2.8.1)
> memory.size()
[1] 879.4667
> memory.size(T)
[1] 1162.75
> memory.limit()
[1] 3072
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 421697 11.3 1476915 39.5 1476915 39.5
Vcells
2018 Feb 22
2
Problem with geterrmessage()
Luke
Thanks ? I revised the code to:
ERRORMESSAGE <- try(source(USERSCRIPTFILE, local=T), silent=T)
print(ERRORMESSAGE) now returns:
$value
[1] 0
$visible
[1] FALSE
Not clear what to make of that.
Dennis
Dennis Fisher MD
P < (The "P Less Than" Company)
Phone / Fax: 1-866-PLessThan (1-866-753-7784)
www.PLessThan.com
> On Feb 22, 2018, at 12:45 PM, luke-tierney at
2011 Feb 17
1
cv.glmnet errors
Hi,
I am trying to do multinomial regression using the glmnet package, but the
following gives me an error (for no reason apparent to me):
library(glmnet)
cv.glmnet(x=matrix(c(1,2,3,4,5,6,1,2,3,4,5,6),
nrow=6),y=as.factor(c(1,2,1,2,3,3)),family='multinomial',alpha=0.5,
nfolds=2)
The error i get is:
Error in if (outlist$msg != "Unknown error") return(outlist) :
argument is of
2004 Mar 27
0
XP gives Access denied for domain logon - solved, but with new problem
I found the solution to the Access Denied errormessage.
When I change my computer from workgroup to domain I have to use user
root when giving username and password. I used frode, a non priviliged
user, and that?s why it failed.
I still have another problem though. When I try to log on with user anna
on my laptop it works fine, but if I try user anna on my stationary, or
user frode on either
2005 Feb 26
1
[LLVMdev] Patch to determine whether an LLVM archive file really is such
This is needed for my native linker patch that is coming soon.
As discussed on IRC:
Index: lib/Bytecode/Archive/ArchiveReader.cpp
===================================================================
RCS file: /var/cvs/llvm/llvm/lib/Bytecode/Archive/ArchiveReader.cpp,v
retrieving revision 1.38
diff -u -r1.38 ArchiveReader.cpp
--- lib/Bytecode/Archive/ArchiveReader.cpp 29 Dec 2004 01:20:24
2012 May 04
0
[PATCH] add (errnum) in front of windows error messages
On localized, non-English versions of windows, it is
common to have two active charsets -- for console applications
and for GUI applications, together with localized error messages
returned by windows. But two charsets are rarely compatible,
so sending the same byte sequence to console and to windows
event log makes one or another to be unreadable. So at least
include the error number, this way
2004 Aug 30
0
kerberos and Win2003AD problems
Hi!
I've upgraded Samba-3.0.4 to 3.0.6 and now I can map shares but not
read/write/update any folders/files on the samba share.
When I ran 3.0.4 everything worked fine, I even used the ACL settings
on files and folders and that worked too.
My problem then was when the kerberos ticket had expired, everything
stopped working, so I downloaded the the 3.0.6 version and installed it
hoping that
2006 Jul 10
0
Starting Rserve in Java using Runtime Failed
I have tried using the following piece of Java code to
start Rserve on my Linux PC without success.
try {
String command = "R CMD Rserve ";
Process p = Runtime.getRuntime().exec(command);
returnCode = p.waitFor();
if (returnCode != 0) {
errorMessage = "Unexpected return code = " +
returnCode;
}
} catch (Exception e) {
errorMessage = "Exception in running :" +
2005 Jun 03
1
AttributeType not found: "gidNumber" errormessage - SuSE 9.2
Hello!
I'm geting errormessage, when I start sldap on commandoline:
amd:/usr/lib/openldap # /usr/lib/openldap/slapd
/etc/openldap/schema/samba.schema: line 432: AttributeType not found:
"gidNumber"
I think, I must create a new group with a gid. But is the groupname
sambaGroupMapping?
my samba.schema-line 432:(MUST...):
##
## Group mapping info
##
objectclass (
2009 Sep 22
3
trying to install plotrix
Here are the error messages:
> install.packages('plotrix')
Warning in install.packages("plotrix") :
argument 'lib' is missing: using '/Users/dbae/Library/R/library'
--- Please select a CRAN mirror for use in this session ---
Error in .install.macbinary(pkgs = pkgs, lib = lib, contriburl = contriburl,
:
unable to create temporary directory
2006 Mar 29
0
Why does FLAC not support bitrates?
Dirk wrote:
> grep -i bitrate /usr/include/FLAC/*
Lossy encoders like MP3, Ogg Vorbis, AAC etc can throw away as
much data as is necessary to meet a bitrate goal.
FLAC however, is a **lossless** encoder. It makes the smallest
file it can without losing any information. Because it has a
goalof being lossless, it cannot even attempt to meet a bitrate
target.
Erik
--
2011 Nov 08
0
Trust relationship between Windows Domains
Hello,
we have the following scenario:
- Samba v3.0.23d runing under AIX v5.3
- Two Windows Domains, lets call them D1 and D2, that have a trust
relationship between them so that any user on D1 can access resources on
D2 without need to re-authenticate.
Now, for business needs we would like to set up a common repository in our
AIX server that is accessible from all our AIX