Displaying 20 results from an estimated 38 matches for "almes".
Did you mean:
alles
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
2
Problem with Samba 4 samba_dnsupdate
Hello!
I have a problem in my AD, after removing a file server that was as AD
member.
I can no longer put any computer in the domain.
In the Samba 4, run a command like wbinfo - u. wbinfo -g, samba-tool user
list and it works, but when I type samba_dnsupdate --all-name
--verbose generates
the following error:
Traceback (most recent call last):
File "/opt/samba/sbin/samba_dnsupdate",
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
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:
2007 Feb 12
6
Boxplot: quartiles/outliers
For boxplot(), is it possible to pass in a parameter to change the default
way that the 1st and 3rd quartiles are computed? (specifically, I'd like to
use type 6 described in the quantile function).
Also, what are the options for how outliers are computed, and how can one
change them?
Thank you
[[alternative HTML version deleted]]
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:
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
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",
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
2007 Jul 02
3
0.23.0 puppet dependancy issue
Hello,
I use some define in classes like
class foo {
define bar() {}
}
before in .22.4 i had require => Bar[''mybar''] on object and it worked.
Now i have :
err: Could not apply complete configuration: Could not retrieve
dependency ''Shorewall-realize[shorewall.conf]'' at
/etc/puppet/manifests/classes/shorewall.pp:
for exemple. Do anyone knwo why it
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 Jun 14
2
Bug or not? (PR#8977)
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig807B2312A20EAF60129FDDFA
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
I am writing this email, because I am not sure if the issue I have
discovered is a bug or not.
For a few days I have been fiddling around with a small program that
calculates the reflectance of
2016 Jul 27
1
Errors with the installation of Samba 4.4.5.
I have some errors with the installation of Samba 4.4.5.
I glued the outputs and config on pastebin: http://pastebin.com/V4VCDfs0
Can anyone tell because the status of the samba is in error:
Jul 27 17:26:47 srv-dc1.homelab.corp samba[978]:
../source4/dsdb/dns/dns_update.c:295: Failed DNS update -
NT_STATUS_IO_TIMEOUT
And samba_dnsupdate --verbose --all-names command gives the following error:
2006 Mar 29
2
Why does FLAC not support bitrates?
grep -i bitrate /usr/include/FLAC/*
doesn't work...
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
--
2007 Jul 13
1
Unreviewed tickets
Luke,
What state should I put them in if I have looked a ticket, but it
requires more information to decide what to do next?
Can we add a "needs more info" or something similar where you select
"unreviewed"?
Mike B.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2007 Feb 06
1
Mount options
Hello,
I am currently attempting to manage the /etc/fstab file using the Mount command but do not want the command to do anything to certain mounts that I specify.
I have tried different ''ensure'' options, but puppet seems to always want to try an mount or unmount the devices.
Basically, I would like to have certain options in the fstab on the cdrom and floppy devices but leave
2003 May 22
0
Everything working as expected, but log gets spammed.
Hi.
I have successfully installed and configured samba on one of my servers,
running Debian Woody, i386, Samba ver. 2.2.3a (latest from distro).
Everything is working as it should, all the shares work, with my
users connecting with unames and passwords from the pw-server in the
config.
BUT: My syslog is getting constantly spammed with this errormessage
(cluttering :) , and i haven't been
1999 Sep 23
3
Update on libvorbis
The 2.0 release at my Day Job is winding itself up so I finally have cycles for
libvorbis and the player again. I'm seriously considering just doing Vorbis
full time, funding or no :-)
In any case, I'm going to push off all the aggressive, unfinished features I've
played with for the time being and institute a (personal) feature freeze in the
interest of finishing the coder block for