Displaying 20 results from an estimated 120 matches similar to: "output files in a different directory"
2004 Apr 02
3
Doing SQL GROUP BY in R
I want a list of the number of times some factor levels appear together,
similar to the following SQL statement:
SELECT A, B, COUNT(C) FROM TBL GROUP BY A, B
How do I do that with a data.frame in R?
Thanks,
Jesper Frickmann
Statistician, Quality Control
Novozymes North America Inc.
77 Perry Chapel Church Road
Franklinton, NC 27525
USA
Tel. +1 919 494 3266
[[alternative HTML version deleted]]
2003 Nov 10
8
Memory issues..
Hi dear R-listers, I'm trying to fit a 3-level model using lme in R. My
sample size is about 2965 and 3 factors:
year (5 levels), ssize (4 levels), condition (2 levels).
When I issue the following command:
>
lme(var~year*ssize*condition,random=~ssize+condition|subject,data=smp,method
="ML")
I got the following error:
Error in logLik.lmeStructInt(lmeSt, lmePars) :
2005 Jan 04
1
Re: samba 3.0.10 pkg
Hi Jerry
Thank you so much for your help.
It did work with the new script makepkg.sh.
But during the creation of samba user I got this following error:
==============================================
# ./smbpasswd -a $user
New SMB password:
Retype new SMB password:
Failed to open group mapping database
failed to initialize group mapping
Failed to open account policy database
Failed to open
2003 Dec 23
0
How do I pass WWW (80) through the firewall on two NICs ?
I'm getting lost ...
Running two NICs - no problem. But trying to screw down the rules a bit and getting lost on passing the www - or port 80, through the firewall both waqys.
There are WebServers - real and virtual, on the inside interface, with their own PublicIP. I'm not using the OutsideInterface as their web address, as I'm using my own DNS etc.
So, in rc.firewall, what do I
2005 Mar 02
3
samba3.0.10
Hi Jerry/Samba Team
I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10
installed on Linux Red Hat2.1AS servers
The Linux servers use Samba to mount filesystems from Solaris8 server.
My question is how to find out on the Solaris8 server which Linux servers
are using Samba to mount from.
Because it is hideous to go to every Linux server and see which Solaris8
server they are
2007 Mar 19
1
Introducing myself
I am new to this group and would like to introduce myself. I am the
President of US AngelInvestors,an angel investor group in Silicon
Valley,and also founder of Bay Area Startup Network a networking group
in the Bay Area.
I invite you to join my network on LinkedIn, which I use much
principally. I am always looking at increasing my contacts, and
welcome new deals. You can connect with me on
2005 Mar 16
3
Problem joining a Samba 3 domain - DC can't be contac ted
My domain name is SAMBA-DOMAIN, I can't join it from a
win 2003 machine. Now, if I try to join it from a XP
machine, I am asked to enter a username and password
for a user allowed to join the domain, however, the
info I enter is not accepted!!!
Any idea please?
Thank you
Note: to manage joining my samba domain from a xp
machine, I had to change a registry key.
--- "Mccrory, Kevin
2008 Nov 29
0
need package telecommunication
Helo,
I'm looking for package and database concerning egalisation in
telecommunication. Please can you help me to find it on R.
Thank you for your help.
--
Fatima-Zahra ELGHAZOULI
Elève Ingénieur GSTR5 ENSA Tanger
-----
www.ensat.ac.ma
[[alternative HTML version deleted]]
2013 May 29
0
[fdo] Lista aprovados Passo de Camaragibe
Lista aprovados Passo de Camaragibe:
Chapad?o do Sul: ALINE RAQUEL BEZERRA LEITE, LEANDRO DO NASCIMENTO BATISTA, FERNANDO MONTEIRO DOS SANTOS, NEYLSON CAVALCANTE DOS SANTOS, JO?O CARLOS MOREIRA DE CARVALHO, CLEVILSON PEDRO FONSECA OLIVEIRA, MARIA DE FATIMA ALEIXO PINHEIRO, IVETE CORDEIRO DE SOUZA. SAMILLE DE OLIVEIRA CAVALCANTE, ELIS?NGELA DOS SANTOS SILVA, MAURY DE SIQUEIRA MELO PEREIRA, JOSEFA
2010 Feb 15
1
FIPS186-3 and NIST SP800-57 support
Hello,
I saw from OpenSSH man pages that the DSA key length must be 1024 bytes
(according to the standard FIPS 186-2).
According to the FIPS186-3 and NIST SP800-57, DSA key length could be
greater than 1024 bytes (2048, 3072).
Will OpenSSH be compliant with this new standard?
If yes, could you share with me the delivery plan of OpenSSh version
implementing FIPS186-3/NIST SP800-57
2020 Sep 24
1
How to use `[` without evaluating the arguments.
Hello R-devel,
I am currently attempting to implement an API similar to data.table wherein single bracket subsetting can accept an unquoted expression to be evaluated in the context of my object.
A simple example from the data.table package looks like this:
DT <- data.table(col1 = c('a', 'b', 'c'), col2 = c('x', 'y', 'z'))
DT[col1 ==
2003 Dec 22
2
Memory allocation
Hello:
I am trying to work with a couple of microarray data sets, using
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 8.1
year 2003
month 11
day 21
language R
In the shortcut for invoking R I have set
2019 Jun 04
3
Incluir un rango de varias variables explicativas a un modelo
Hola, gracias por la respuesta,
No me funcionó debido a que los nombres de las variables no están seriadas,
es decir, los nombres de las variables son del tipo: x23 x25 x30, x301
x320, x80. Entonces me da este error:
Error in eval(predvars, data, env) : object 'pot24' not found. Debido a que
pot24 no existe, ya que de pot23 se brinca a pot30.
En Stata es algo muy simple de hacer, solo
2010 Oct 11
1
dtrace: no struct definition available
Hi
I have been using dtrace script to monitor WiFi frames. For some reason, when I run the script I get the following error:
dtrace: failed on compile script....line 56: operator -> can not be applied to a forward declaration: no struct ieee80211_frame definition is avaiable.
And this is happening in all the scripts that use this structure. They were running fine previously. I had a few
2004 Jun 20
1
problem locfit
I have a problem with the use of locfit with censured data, when I carry out locfit by:
fitbmt<-locfit(~recur,data=BMTAGE11,cens=df.status,family="hazard",alpha=0.5)
it does not give me any message, but if I want to obtain the graph or even if I ask for (fitbmt) made it gives me the following message:
> fitbmt31
Problem: Object "fitbmt31" not found, while calling
2005 Apr 07
2
Samba-Squid-AD: Error returned 'BH NT_STATUS_ACCESS_DENIED'
Hi everybody,
I setup squid-2.5.STABLE9 with samba-3.0.13 to use
winbind authentication over a Windows 2003 Active
Directory.
Web users' authentication from my proxy server box
succeedes.
But when a remote user try to authenticate himself,
authentication failes and Squid return the
following:
authenticateNTLMHandleReply: Error validating user
via NTLM. Error returned 'BH
2004 May 11
2
Fitting data from a spectrophotometer.
Dear R-list,
It is not uncommon for laboratory equipment (e.g. spectrophotometers) to have a linear response in a certain interval and then go into saturation. I wonder if there is an R-function that models this; for instance by estimating the breakpoint and fitting a line below the breakpoint and a constant above.
Best regards
Thomas Poulsen
--
Thomas Poulsen Research Scientist. PhD,
2003 Dec 06
7
Windows Memory Issues
Hi all,
I am currently building an application based on R 1.7.1 (+ compiled
C/C++ code + MySql + VB). I am building this application to work on 2
different platforms (Windows XP Professional (500mb memory) and Windows
NT 4.0 with service pack 6 (1gb memory)). This is a very memory
intensive application performing sophisticated operations on "large"
matrices (typically 5000x1500
2011 Sep 12
2
1 not equal to 1, and rep command
Hi
I need to use rep() to get a vector out, but I have spotted something very
strange. See the reproducible example below.
N <- 79
seg <- 5
segN <- N / seg # = 15.8
d1 <- seg - ( segN - floor(segN) ) * seg
d1 # = 1
rep(2, d1) # = numeric(0), strange - why doesn't it print one "2"?
rep(2, 1) # 2, ok
rep(2, d1 / 1,1) # 2, this
2018 May 02
0
Usage monitoring per user
Hi Alex, John
Thanks for confirming my suspicion that there is no getting away from POSIX
tree traversal . I was aware of age-du but not robinhood.
Cheers
Kashif
On Wed, May 2, 2018 at 8:57 AM, JOHE (John Hearns) <JOHE at novozymes.com>
wrote:
> I rather like agedu It probably does what you want.
>
> But as Mohammad says you do have to traverse your filesystem.
>
>