Displaying 9 results from an estimated 9 matches similar to: "Invalid read of size 8"
2006 Jun 02
1
doubt with integrate ()
Dear members,
I'm getting an error with the "integrate" function. Searching in the r-help
archives, I think this may have something to do with the function (it is not
returning a vector but a number), but I don't see exactly what.
The function to integrate was defined with a for loop first:
for (i in 1:(nbcol-1))
{tdon1<-tdon[,i]
2006 May 17
0
script S-plus -> R
Dear List,
I'm trying to transfer a script that uses S-plus functions for the
kernel and integration calculations to R. This it what it looks like in
S-plus:
qrm(cpt,don,ect,h,intctk,nbcol,nbl1,nbl2,nbl3,nlc,nlgn,overlap,Results,tdon,tdon1,tdon11,tdon2,tdon21)
don<-guiDisplayFileDialog()
import.data (DataFrame="tdon",FileName=don,FileType="EXCEL")
2005 Oct 21
1
change maxiter for nls
I typed the following commands but it still use maxiter=50 after the 2nd command:
nls.control(maxiter = 1000)
nls(......)
Thanks!
---------------------------------
[[alternative HTML version deleted]]
1996 Dec 19
1
Calls which cross trust boundaries
Many of the security problems we''ve had to deal with recently have
been where one program invokes another when no good level of trust
exists between them.
Currently solutions to this requirement are produced on an ad-hoc
basis, usually involving set-id programs (often setuid root),
superuser daemons calling user programs for `upcalls'', or both.
There are problems with this
2013 Aug 27
1
Error in simulation. NAN
Hi all,
im triyng to implement a bayesian model with R and c++.
I have a strange problem. I can't reproduce the error with a small
script and then i post the original one.
The problem is after the line
for(MCMC_iter2=0;MCMC_iter2<thin;MCMC_iter2++)
For the first 34 iterations all work fine, after, all the simulations
of mu_acc_P return an "nan". If i delete the line
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++
2009 Mar 27
4
Help: RED alarm on Wildcard TE122 card
Hi, I have been trying to get a Wildcard TE122 card running here the
last couple of days.
libpri and zaptel are all installed and configured to E1 specs. The
jumper on the card is on, so configured for E1 (I'm in Norway).
When running zttool, I get 'Alarms: RED' on the single card installed.
Other information in zttool:
Current alarms: Red Alarm
Sync source: Internally clocked
1998 Feb 24
0
Can't use my Solaris passwd
Hi,
Let me start off by saying that I am not a C programmer nor am I
a unix guru. But I hope you can still help me with the problem I am
having. I was able to get samba914 working on SunOs 4.1.4 fine. It was
pre-compiled and I just had to make minor changes. Now I am trying to
get Samba working on Solaris 2.5.1. I copied my pre-compiled samba914
onto my Solaris system and setup the smb.conf file.
2009 May 26
0
Logging calls made/lost
Hi, I'm in the process for setting up an asterisk server for four
organisations sharing a SIP trunk. In order to split the costs according
to usage, it would be nice to log all incoming, outgoing and missed
calls.
Is there a simple way of doing this, preferrably in a database? Perhaps
someone has made a solution with a simple web interface already?
Any suggestions would be welcome :-)
--