Displaying 20 results from an estimated 200 matches similar to: "problems sourcing in vs interactive"
2010 Mar 12
5
Vertical subtraction in dataframes
Hello all,
I have not been able to find an answer to this problem. I feel like it might
be so simple though that it might not get a response.
Suppose I have a dataframe like the one I have copied below (minus the
'calib' column). I wish to create a column like calib where I am subtracting
the 'Count' when 'stain' is 'none' from all other 'Count' data for
2008 Jan 18
1
Selecting rows conditionally between 2 data.frames
Hello everyone,
I have two data.frames that look like
calib:
place zoom scale
left 0.65 8
left 0.80 5.6
left 1.20 3
right 0.65 8.4
right 0.80 6
right 1.20 2.9
X:
... place zoom ....
... left 0.80 ....
... left 1.20 ....
... right 0.65 ....
... NA NA ....
... right 0.8 ....
... left 1.20 ....
and I want to get the corresponding values of 'scale' in a new column
2006 Sep 19
1
-Need help with function
Hello everyone,
I have a function here that I wrote but doesn't seem to work quite
right. Attached is the code. In the calib funcion under the for loop
Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i+1] returns NA's for everything
after years 1983 and 1984. However the code works when it reads
Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i]. I don't quite understand why
since it should be
2006 Sep 20
1
help with function
Hello everyone,
I have a function here that I wrote but doesn't seem to work quite
right. Attached is the code. In the calib funcion under the for loop
Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i+1] returns NA's for everything
after years 1983 and 1984. However the code works when it reads
Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i]. I don't quite understand why
since it should be
2008 Aug 16
4
Lattice: problem using panel.superpose and panel.groups
Hi. I'm embarking on my first attempt at creating my own panel
function for lattice graphics, and despite all of my online research
and pouring through the documentation, I cannot figure out how to
solve my particular problem. Hopefully, a generous fellow R user can
help.
I have some data that is split into two groups: some "actual" data,
and some simulated data,
2006 Oct 19
1
Logging only files transferred not directories
Hello,
I'm running my rsynce server on Win2k3 Server. One client under Linux and
another on Win2k3 Server. The problem is not really OS related though.
My Server 2k3 client command is:
C:\Progra~1\cwRsync\bin\rsync -rtv --ignore-errors --stats --delete
--delete-during --delete-excluded
--link-dest=/cygdrive/d/previous/c/backup.1 --files-from=files-from.txt
--exclude-from=exclude-from.txt
2008 May 14
0
Parallel computing with rgenoud and snow: external file I/O possible?
I am trying to use rgenoud and snow with an external model and file I/O.
Unlike the typical application of rgenoud and snow, I need to run an
external executable and do pre- and post-processing of input and output
files for each parameter set generated by genoud(). I'm hoping that
someone can suggest improvements to my approach and a work-around for
file I/O problems I've encountered when
2016 Nov 09
2
search body with wildcards
Hi,
A question. We are using fts_solr. When searching for content in BODY I
noticed that dovecot only supports full words. "BODY calibration"
returns results but "BODY calibra" does not. Nor "BODY calibra*".
Solr does support searching with wildcards so why is it that dovecot
does not?
regards,
--
Willem-Jan de Hoog
2012 Jul 03
1
nls problem
hi list,
used versions: 2.12.1 and 2.14.0 under ubuntu and macosx.
I recently stumbled over a problem with `nls', which occurs if the model
is not specified explicitly but via an evaluation of a 'call' object.
simple example:
8<--------------------------------------------------------------------------------------
nlsProblem <- function (len = 5) {
2006 Sep 15
1
Formula aruguments with NLS and model.frame()
I could use some help understanding how nls parses the formula argument
to a model.frame and estimates the model. I am trying to utilize the
functionality of the nls formula argument to modify garchFit() to handle
other variables in the mean equation besides just an arma(u,v)
specification.
My nonlinear model is
y<-nls(t~a*sin(w*2*pi/365*id+p)+b*id+int,data=t1,
2024 Jul 29
0
[ANNOUNCE] xinput_calibrator 0.8.0
This is the first release of xinput_calibrator after the move from
https://github.com/tias/xinput_calibrator to our gitlab instance. The
aim of this move is so this little tool, still in use here and there,
can see some of the benefits of group maintainership and doesn't go
completely stale. Don't expect active maintainership or new features
being added, we're just trying to keep this
2006 Dec 23
1
simple NLS query
dear R experts: I am trying to orient myself using nls(). so, I am
just trying to copy and adapt an example in the nls() function:
> d= data.frame( y= runif(10), x= runif(10) )
> nls( y ~ 1/(1+x), data = d, start= list(x=0.5,y=0.5), trace=TRUE)
Error in n%%respLength : non-numeric argument to binary operator
the error message seems internal, so it would be nicer if there was a
2016 Nov 10
0
search body with wildcards
On 2016-11-09 09:52, W. de Hoog wrote:
> Hi,
>
> A question. We are using fts_solr. When searching for content in BODY I
> noticed that dovecot only supports full words. "BODY calibration"
> returns results but "BODY calibra" does not. Nor "BODY calibra*".
>
> Solr does support searching with wildcards so why is it that dovecot
> does not?
2012 Aug 14
3
self-starter functions for y = a + b * c^x
Hi
there are some predefined self-start functions, like SSmicmen, SSbiexp,
SSasymp, SSasympOff, SSasympOrig, SSgompertz, SSflp, SSlogis, SSweibull,
Quadratic, Qubic, SSexp (nlrwr)
Btw, do you know graphic examples for this functions?
The SSexpDecay (exponential decay) for y = (y0 - plateau)*exp(-k*x) +
plateau from
2010 Jun 21
1
No output/no source tarball produced by 'R CMD build' on Windows (but ret code is 0)
Hi,
After updating R-2.12 on the Bioconductor build system about 1 week ago
(we update R every 4-6 weeks for our devel builds), we've started to see
something never seen before on Windows: for some BioC packages,
'R CMD build' would produce no output at all (0 byte) and, of course,
no source tarball. Even though, the code returned by the command is 0!
See an example of this is here:
2002 Mar 15
1
calibration/inverse regression?
I wonder if anyone out there has written a routine to solve the simple
linear calibration problem?
- fit regression of y vs x
- estimate the value x0 (with 95% CI) that gives y0
Thanks for any help.
Bill
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2011 May 30
0
gls and phi1 >1 (phi larger than one)
Dear all,
I am stuck with a problem that might be trivial for most of you (and
therefore is a bit embarrassing for me...):
I want to calculate a generalized least squares regression using two
time series (Y depending on X) with an autoregressive correlation
structure of order two (the data along time are given below). I use
'gls' from package 'nlme':
Calib.gls <- gls(Y~X,
2007 Dec 12
0
64-bit package compilation problems on powerpc
I have been working with my sysAdmin to get R-devel up and running with
64-bit compilation on our PowerPC cluster. We've got the base install to
compile with the following flags:
LDFLAGS=-m64 FFLAGS="-m64 -mpowerpc64" FCFLAGS="-m64 -mpowerpc64"
CFLAGS="-m64 -mpowerpc64" ../configure
--prefix='/N/hd03/mkimpel/BigRed/R_HOME/R-devel/R-build'
2006 Jan 18
5
SAN Devices
Anyone out there using small-midsized (2-4 TB) SAN solution among
multiple Asterisk systems? I don't have the budget for an EMC-caliber
solution, and can't seem to find much else out there.
Thanks,
Adam
The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent
2011 Jun 14
1
predictive logistic model cell-biology, non-dichotomous data
Hi everyone,
I would like to fit a predictive model to my data in order to compare
absorbance readings to a toxin standard. This data was obtained by exposing
red blood cells to different toxin concentrations, which lead to the lysis
of the red blood cells, increasing the absorbance (hemoglobin is freed). The
data has a sigmoid shape (see below), so I thought about fitting a logistic
model to the