Displaying 20 results from an estimated 500 matches similar to: "Bug? FORTTRAN help"
2012 Mar 06
3
Inherited node tagging
Dear all,
I have observed a behavior that doesn''t seem (to me) to match the
documentation. Specially, about tagging, the doc says:
"
Automatic Tagging
All language statements enclosed in a node, define or class structure (read
more about puppet control structures [[Language Tutorial]] ) will
automatically be tagged with the name of that statement. These automatically-
applied
2004 Mar 30
5
optim-Bug (PR#6720)
Full_Name: Dr. Hans A. Kestler
Version: 1.8.1.
OS: Linux, Win, Mac OSX
Submission from: (NULL) (134.60.73.116)
The code below produces after a different number of iterations i the following
error:
Error in optim(par = rep(0.5, length(edges)), loglik, method = "L-BFGS-B", :
non-finite value supplied by optim
This was reproducible on different machines (Mac G4 OSX, AMD Opteron
2020 May 05
2
"Earlyclobber" but for a subset of the inputs
Hi Quentin,
> It sounds like you only need the earlyclobber description for the N, N
> variant.
> In other words, as long as you use different opcodes for widen-op NN and
> widen-op WN, you model exactly what you want.
>
> What am I missing?
>
we are using different opcodes for widen-op NN and widen-op WN.
My understanding is that not setting earlyclobber to the W, N
2013 Mar 21
2
remote connection issue 'virsh -c qemu+ssh:///root@localhost/system list'
Hi,
I'm trying remote connection with qemu hypervisor on FSL PPC board.
The libvirt server is the PPC board.
root at ppc:~# ifconfig eth0 10.193.20.109
root at ppc:~# libvirtd -d
root at ppc:~# virsh -c qemu:///system define test.xml
root at ppc:~# virsh -c qemu:///system start test
root at ppc:~# virsh -c qemu:///system list --all
Id Name State
2008 Dec 11
3
getting ISO week
Hi all,
Is there a simple function already implemented for getting the ISO
weeks of a Date object?
I couldn't find one, and so wrote my own function to do it, but would
appreciate a pointer to the "default" way. If a function is not yet
implemented, could the code below be of interest to submit to CRAN?
Best Regards,
Gustaf
--------------------
2010 Feb 06
3
melt on OSX ignores na.rm=T
Hi list,
I run R on Linux and OSX. On both systems I use R version 2.9.2 (2009-08-24)
and reshape version: 0.8.2 (2008-11-04). When I do a melt with
na.rm=T on a data frame I get different results on these systems:
library(reshape)
x <- read.table(textConnection("char trial wn
p E10I13D0 4
r E10I13D0 4
a E10I13D0 4
c E10I13D0 4
t E10I13D0 4
i E10I13D0 4
c E10I13D0 4
e E10I13D0
2011 Dec 30
2
Joint modelling of survival data
Assume that we collect below data : -
subjects = 20 males + 20 females, every single individual is independence,
and difference
events = 1, 2, 3... n
covariates = 4 blood types A, B, AB, O
http://r.789695.n4.nabble.com/file/n4245397/CodeCogsEqn.jpeg
?m = hazards rates for male
?n = hazards rates for female
Wm = Wn x ?, frailty for males, where ? is the edge ratio of male compare to
female
Wn =
2003 Mar 19
3
multiple logical streams
Hi,
Why is seekability necessary in case of multiplexed multiple
logical streams? Isn't the differentiation based on serial number
sufficient to continue decoding of pages in the sequence of their
arrival?
Regards,
Patrick.
_______________________________________________________________________
Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
2003 Apr 01
1
How to read NT Domain accounts from a Unix box
Hi,
Is there any open way of reading user/group accounts of a NT
Domain from a Unix box? I guess, rpcclient is more like a hack of
MS protocol.
Is it the only way currently? Can anyone give more information on
this?
Thanks in advance.
Ravi
_______________________________________________________________________
Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
2011 Jan 24
1
Extracting information from text data
Hi R-Users,
Thanks in advance.
I am using R-2.12.0 on Windows XP.
I am trying to produce an n X m matrix from text data stored in different files. Where n = number of words (say w1, w2, …, wn). M is the number of documents (say d1, d2, …, dm)
A. Using package tm
I am using package tm to do the job. I have provided the code below:
> my.corpus <- Corpus(DirSource(my.path),
2005 Feb 16
1
Windows 'NETWORK PASSWORD' Samba printer
SUSE 9.1
Samba 3.0.9
Wn 98
I am having an issue with windows 98 and a samba printer. I am able
to get to all the shares on the server and the printers from other
clients (win 2K / XP) and am able to get to all the shares fine via
win98. However, after I install the printer and try to print a page
it requests the 'NETWORK PASSWORD'
This box is completely open for all the shares using
2008 Feb 14
2
Problems with Rcmdr unter JGR (Windows XP)
I try to start Rmcdr from JGR. The Rmcdr-Windows comes up correctly; but
the
Menu-Bar in the Rcmdr-Window goes away, if I try to go into the
Rmcdr-Window.
I hope, someone has a solution.
Regards, willi
--
0(049)753124283 privat
0(049)7531882641 büro
[[alternative HTML version deleted]]
2010 Jun 24
1
help in SVM
HI, GUYS,
I used the following codes to run SVM and get prediction on new data set hh.
dim(all_h)
[1] 2034 24
dim(hh) # it contains all the variables besides the variables in all_h
data set.
[1] 640 415
require(e1071)
svm.tune<-tune(svm, as.factor(out) ~ ., data=all_h,
ranges=list(gamma=2^(-5:5), cost=2^(-5:5)))# find the best parameters.
bestg<-svm.tune$best.parameters[[1]]
2004 Jan 05
1
slow and max connection errors
Sorry about not being specific enough. I will try and be more so in the
future. Here is what I have currently:
Apple X-serve running Yellowdog (a Redhat 9 port for ppc) with 1GB of
RAM, 3 60GB HD not setup as RAID. They are individual partitions (/var
and /, /home and /shared). The shared partition is strictly for Samba
file sharing. I build in a matching user in both the system and in
2000 Sep 22
2
arima.sim
Hi,
Before I re-invent the wheel, is there a function in R similar to S+'s
arima.sim, i.e., a function that simulates arima processes.
ts and tseries packages don't seem to have such function, but I may have
overlooked it.
Thank you for your time,
Alvaro Novo
R Version 1.1.1
SuSE 6.4 Linux
KDE 2.0 Beta 5
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2004 Feb 05
1
massive performance problems if transferring many sma ll files
-----BEGIN PGP SIGNED MESSAGE-----
********************************************************************
The contents of this email are intended exclusively for the
addressee. If you are not the addressee you must not read
use or disclose the email contents ; you should notify us
immediately [ by clicking "Reply" ] and delete this email.
Nationwide monitors e-mails to ensure its systems
2017 Jun 19
0
quantreg::rq.fit.hogg crashing at random
Dear all,
I am using the "rq.fit.hogg" function from the "quantreg" package. I have
two problems with it.
First (less importantly), it gives an error at its default values with
error message "Error in if (n2 != length(r)) stop("R and r of incompatible
dimension") : argument is of length zero". I solve this by commenting four
lines in the code. I.e. I
2009 Jul 14
2
hi friends, is there any wait function in R
hi,
is there any wait function in R. I am running one R script to plot
many graphs it is in the for loop. its showing no error but its not
plotting well I think i can solve this problem with a wait function.
Please help me in this regards. If u need any clarification about
programme. u can find the script below.
best regards,
Deepak.M.R
Biocomputing Group
University of Bologana.
#!/usr/bin/R
2020 May 04
2
"Earlyclobber" but for a subset of the inputs
Hi all,
I'm working on a target whose registers have equal-sized subregisters and
all of those subregisters can be named (or the other way round: registers
can be grouped into super registers).
So for instance we've got 16 registers W (as in wide) W0..W15 and 32
registers N (as in narrow) N0..N31. This way, W0 is made by grouping N0 and
N1, W1 is N2 and N3, W2 is N4 and N5, ..., W15 is
2003 Jul 31
2
ENOMEM in journal_
Hi all,
We have a problem with our system which is a Siemens PRIMERGY,
8xPentium III Xeon, 8GB Memory, 280GB HD, running as DB2 server.
We have some kind of error message like below in /var/log/messages: