Displaying 20 results from an estimated 700 matches similar to: "fonction PLATEAU???"
2009 Oct 22
2
melting columns
Hello,
I'm using R to run a acoustic analysis software called Seewave. I ask the code to extract a list of variables from my recording, and the program give ONE table for each of these. The tables consist of a two column data.frame with the time in column 1 and the frequency in column 2. However, for my purpose I need only one column with the time first and the frequency second. I tried
2009 Mar 19
1
subtract values
Dear R-help
I am using R version 2.6.2. I am trying to subtract specific values from a larger data frame. I feel this should be straightforward, but I am struggling.
I have a dataframe "Bk" as follows:
DateTime cumPrecip
01/01/2008 00:00 348
01/01/2008 01:00 348
01/01/2008 02:00 348
01/01/2008 03:00 347
01/01/2008 04:00 348
01/01/2008 05:00 348
01/01/2008 06:00 349
2005 Aug 25
3
Converting characters to numbers in data frames
I'm sure I'm missing something obvious here, but I can't find the
solution (including in the FAQ etc.).
I have a vector of names of variables like this: NRes.x.y. where x and y
are numbers. I want to extract these numbers as numbers to use
elsewhere. I can extract the numbers as a list of characters using
strsplit(), and convert that to a data frame, e.g.:
2004 Jun 22
2
function not in load table
Hi,
I apologize for this often/old question. I found some hints but couldn't
solve the problem so far.
I have C functions (incl. the header files) as well as the R wrapper
functions which I want to use for faster calculations. These functions
are included in a R package.
The installation process seems to be ok (no errors). I also can load the
package without errors. But when I call the
2011 Jun 17
4
Bartlett's Test of Sphericity
Hello Dear R user,
I want to conduct a Principal components analysis and I need to run two
tests to check whether I can do it or not. I found how to run the KMO
test, however i cannot find an R fonction for the Bartlett's test of
sphericity. Does somebody know if it exists?
Thanks for your help!
Thibault
[[alternative HTML version deleted]]
2006 May 05
2
How to access results of survival analysis
Hi List,
A friend of mine recently asked the same question as Heinz T?chler. Since
I've already written the code I'd like to share with the list.
# x is an object returned by "survfit";
# "smed" returns a matrix of 5 columns of
# n, events, median, 0.95LCL, 0.95UCL.
# The matrix returned has rownames as the
# group labels (eg., treatment arms) if any.
smed <-
2011 Jun 18
1
"Justify" PCA? -- was: Bartlett's Test of Sphericity
Apologies for the obvious, but just to clarify: there is no reason to
"justify" a PCA -- it's just an eigen decomposition of a matrix and is
therefore "justified" by linear algebra.
If one wants to determine whether some subset of the eigenvectors =
principal components suffice to "represent" the data in some sense,
then that is where distributional
2004 Mar 17
0
NLS question:Quadratic plus plateau fit
Dear R colleagues:
Am trying to fit a simple NL model to determine Economical Optimum Nitrogen
Rates.
The segmented (quadratic + plateau) model only works with some y's, in some
cases I get a "singular gradient" error.
I'll appreciate any ideas in how to solve the singular gradient error.
Thanks,
Jose
# The following code works using yield2 in the nls model but not using
2012 Apr 07
1
quadratic model with plateau
Dear All,
I would like to make a quadratic with a plateau model in R. Is there a
package in R doing this? The bentcableAR package seems won't work.
The link below describes what I am looking for in R exactly:
http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_nlin_sect033.htm
--
Thanks so much!
Orange
help.ly2005@gmail.com
[[alternative HTML version
2004 Jul 21
2
fonction Getvar
Hia ....
i try to use the fonction Getvar of asterisk to get a variable myDNIS
that i have define. i use it as follow
Action: Getvar
Channel: SIP...
Variable: myDNIS
but asterisk don't know it .i have the response as follow
Response: Error
Message: Invalid/unknown command
does everybody meet this problem . i try all possible combination and
nothing
help please ..!! :-(
thanks in advance
2007 Oct 01
3
optimize() stuck in local plateau ?
Hi all,
Consider the following function:
####
my.func = function(x){
y=ifelse(x>-.5,0,ifelse(x< -.8,abs(x)/2,abs(x)))
print(c(x,y)) #print what was tested and what the result is
return(y)
}
curve(my.func,from=-1,1)
####
When I attempt to find the maximum of this function, which should be
-.8, I find that optimize gets stuck in the plateau area and doesn't
bother testing the
2011 May 16
1
Inverse autocorrelation fonction
I've been looking for an IACF() procedure in R for a long time (it's a very
convenient function to check for overdifferencing time series), and
eventually decided to write my own function. Here's what I came up with :
3 web-pages helped me estimate it :
http://www.xycoon.com/inverse_autocorrelations.htm
2009 Oct 22
1
What happen for Negative binomial link in Lmer fonction?
Dear R users,
I'm performing some GLMMs analysis with a negative binomial link.
I already performed such analysis some months ago with the lmer() function but when I tried it today I encountered this problem:
Erreur dans famType(glmFit$family) : unknown GLM family: 'Negative Binomial'
Does anyone know if the negative binomial family has been removed from this function?
I really
2009 Oct 26
1
What happen for negative binomail link in lmer() fonction?
Dear R users,
I’m performing some GLMMs analysis with a negative binomial link.
I already performed such analysis some months ago with the lmer() function
but when I tried it today I encountered this problem:
*Erreur dans famType(glmFit$family) : unknown GLM family: ‘Negative
Binomial’*
Does anyone know if the negative binomial family has been removed from this
function?
I really appreciate any
2007 Mar 13
0
compatibility S-plus R: stepwise fonction
Hi,
I tried to use S-plus script with R. I thought it was easy because there
aren't a lot differences between S-plus and R syntaxe. However, I didn't
succeed to use stepwise function in R. I think the best equivalent in R
is step, but this function seems not to use same parameters.
is there a better equivalent in R ? or package to make stepwise
compatible with R ?
Thank you for
2004 Aug 06
0
liveice SAVE_FILE
On Mon, 16 Jul 2001, Bruno Randolf wrote:
> does anyone have patch for liveice that the saved files (SAVE_FILE
> directive in the config file) don't get overwritten if liveice is
> stopped and started? i think about something like adding the current
> date and time to the filename...
>
> or ist there some other solution concerning dump (or save) files?
Well, I like the
2004 Aug 06
0
Icecast2 (was Re: [vorbis] Who'll Be Using Ogg Vorbis Instead Of MP3? @ /.)
On Thu, 9 Aug 2001, Geoff Shang wrote:
> > On Mon, 6 Aug 2001, Jack Moffitt wrote:
>
> > It works, but hasn't been released. I will be making nightly snapshots
> > available of the repositories in the next day or so, and that should
> > help get more people testing it. So far it's help up quite well, and
> > the tools are _nice_ courtesy of Oddsock and
2020 Oct 12
0
Fwd: Help using the exclude option in the neuralnet package
Dear all,
the exclude and constant.weights options are used as follows:
exclude: A matrix with n rows and 3 columns will exclude n weights. The the first column refers to the layer, the second column to the input neuron and the third column to the output neuron of the weight.
constant.weights: A vector specifying the values of the weights that are excluded from the training process and treated
2020 Oct 14
0
R-help Digest, Vol 212, Issue 12
Dear Frauke,
Thank you very much for taking the time to respond.
You explanation was very helpful, and I now have that part figured out!
Best Wishes,
Dan
Frauke
Message: 3
Date: Mon, 12 Oct 2020 08:33:44 +0200 (CEST)
From: =?UTF-8?Q?Frauke_G=C3=BCnther?= <guenther at leibniz-bips.de>
To: "r-help at r-project.org" <r-help at r-project.org>
Cc: William Michels <wjm1
2018 Feb 21
1
Checking for a proper "stop" statement...
Folks:
Consider the following two use cases:
goodfunction <- function()
{
stop("Something went wrong..."
}
# vs.
badfunction <- function()
{
notgood()
}
Is there a way for me to test if the functions make use of a stop()
statement WITHOUT modifying the stop() output (assume I can't mod the
function containing the stop() statement itself)? For "goodfunction" the