Displaying 20 results from an estimated 100 matches similar to: "Trouble about the interpretation of intercept in lm models"
2010 Feb 09
2
Comparing means and trends in short time-series
Dear R-list,
I have a statistical problem with the comparison of short time-series,
representing densities of fish in different streams. For each stream (6 in
total, here below showed only part of the dataset) I have 8 years of density
data, as follows:
year density stream
1 2000 0.51 stream1
2 2001 0.87 stream1
3 2002 0.68 stream1
4 2003 0.56 stream1
5 2004 0.50 stream1
6
2004 Jul 23
1
difference between nls and nlme approaches
Hallo,
I have a question that is more statistic related than
about nlme and R functioning.
I want to fit a complicated nonlinear model with nlme with several
different measures of transpiration taken on each of the 220 trees
grouped in 8 families. The unknown parameters of the model are three +
their variances (and covariances). I want to estimate the variances
among families of the
2006 Aug 04
3
Help with short time series
Dear R-list,
I have a statistical problem with the comparison of two short time-series of
density data in an ecological framework. I have to compare two short time
series (5 years, one value for each year) of species density data (it is the
density of fish in two different streams) to test if the two means of the
five densities are significantly different, so basically if the two mean
2006 Aug 30
1
Optimization
Dear R-list,
I'm trying to estimate the relative importance of 6 environmental variables
in determining clam yield. To estimate clam yield a previous work used the
function Yield = (A^a*B^b*C^c...)^1/(a+b+c+...) where A,B,C... are the
values of the environmental variables and the weights a,b,c... have not been
calibrated on data but taken from literature. Now I'd like to estimate the
2005 Dec 02
1
Zero-inflated neg.bin. model and pscl package
Dear list,
I'm currently trying to develop a model to assess clam yield potential in a
lagoon. I'm using the zeroinfl function of the pscl package to fit a
Zero-inflated negative binomial model, given the high occurrence of zero
counts.
I don't understand from the sentence in the pscl guide "Zero-inflated count
models are a type of two-component mixture model, with a component
2009 Nov 18
1
foor loop - undefined columns selected error
Dear R-Help Members,
I am trying to read and analyse a set of 100 csv files.
I need work only on some columns in each of those, so I decided to use
a for loop, isolate the
column in each file to work on, but then an error mesage appear:
"undefined columns selected"
Here is my code:
setwd("F:/Data/")
a<-list.files()
for (x in a) {
? u<-read.csv(x, header=T,
2006 May 26
4
question about coding
Thanks for the answer.
So data are stored in little-endian format on the WAVE file. But have I to encode in big endian format or little endian is ok?!
Thanks
---------- Original Message ----------------------------------
From: "John Miles" <jmiles@pop.net>
Date: Tue, 23 May 2006 12:15:05 -0700
>You are probably reading little-endian samples on a big-endian platform, and
2011 Nov 15
2
[LLVMdev] Pass options to the linker
Hi all,
I'm trying to use the PPL (Parma Polyhedra Library,
bugseng.com/products/ppl) in one of my LLVM passes getting the error:
> Error opening
> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so:
> undefined symbol: _ZNK23Parma_Polyhedra_Library13PIP_Tree_Node2OKEv
>
2006 May 29
1
(no subject)
Hi!
Is it possible to encode at a rate of 2Kbps? Because the best performance I achieved is 2.4 kbps..
thanks
cheers
2006 Jun 19
1
codec at very low bit rate (2 kbps)
Hi to everyone.
I'm using speex in an application at the minimum bit rate (2.15 kbps), setting the encoder quality at 0, but obviously the quality is terrible. My question is: there are some signal processing that I can do to improve the quality of the signal at very low bit rate? Or can you tell me other codec that works well at that rate?
Thank you.
2007 Jul 05
2
Is it a bug ?
[[diverted from R-bugs to R-help by the list maintainer]]
Dear Friend and distinguished R gurus,
first of all really thank you very much for the marvellous tool that is R.
I am using R 2.5.0, windows XP - italian language.
I was perfoming some calculation on fractional exponential and
I found a strange behaviour. I do not know if it is really a bug, but I would expect
a different answer from
2011 Nov 15
0
[LLVMdev] Pass options to the linker
Hi Jorge,
> I'm trying to use the PPL (Parma Polyhedra Library,
> bugseng.com/products/ppl) in one of my LLVM passes getting the error:
>
>> Error opening
>> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
>> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so:
>> undefined symbol:
2010 Oct 29
3
check RAM usage
Hi
Is there any way to check an certain command or procedure's RAM usage?
Im after something similar to system.time(bla) that gives me the time the
command took to preform but for RAM usage.
Hope you understand what i mean.
Best regards
Joel
--
View this message in context: http://r.789695.n4.nabble.com/check-RAM-usage-tp3018753p3018753.html
Sent from the R help mailing list archive at
2011 Nov 15
1
[LLVMdev] Pass options to the linker
On Tuesday, November 15, 2011 at 10:11:25 (+0100), Duncan Sands wrote:
>> Hi Jorge,
>>
>> > I'm trying to use the PPL (Parma Polyhedra Library,
>> > bugseng.com/products/ppl) in one of my LLVM passes getting the error:
>> >
>> >> Error opening
>> >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
2011 Apr 27
2
btrfs-convert crashes
I have a 1.5 TB (1,475,720,773,632) partition that I wanted to convert
from ext4 to btrfs. It is currently used as / for ubuntu 10.10.
I booted into 11.04 beta2 and tried a ''btrfs-convert /dev/sdc1'', but
after about 20 minutes it segfaulted.
I performed a:
sck.ext4 -cDfty -C 0 /dev/sdc1
After everything was clean, I downloaded the debugging symbols for btrfs-convert and
2001 Nov 21
1
Slow printing in batch?
For doumentation purposes I run a batch R program that does reshaping etc.
of data and finally prints things.
When I paste the code into an R-window everything runs in a few seconds,
but in Batch mode i get in the output file the result below.
Any clues why R uses 4 min to print a 1129\times 6 dataframe in batch mode?
The scrit I use to run R is:
c:\stat\r\%R_VERS%\bin\Rterm --no-restore
2011 Jan 06
2
memisc-Tables with robost standard errors
Hello,
I've got a question concerning the usage of robust standard errors in
regression using lm() and exporting the summaries to LaTeX using the
memisc-packages function mtable():
Is there any possibility to use robust errors which are obtained by
vcovHC() when generating the LateX-output by mtable()?
I tried to manipulate the lm-object by appending the "new" covariance
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
A new intel-gpu-tools quarterly release is available with the
following changes:
Library changes:
- Added an iterator that generate primes for creating input data that
should not fall into any patterns that may be optimised by the
drivers. (Chris Wilson)
- Crashes in fixture blocks now print a stacktrace. (Marius Vlad)
- Added support for various system suspend/resume options. (Imre Deak)
2011 Jan 11
1
Problems producing quantreg-Tables
Hi Folks,
I've got a question regarding the 'quantreg' package maintained by Roger
Koenker:
I tried to produce LaTeX tables using the longtable and dcolumn options
as decribed in the manual, but the function latex() doesn't seem to
react on _any_ other options than 'digits' and 'transpose'.
To reproduce these results the following minimal example may be used:
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
Hi,
I've encountered a strange problem while using FreeBSD 6.0 for our local mirror (mirror.math.uni-bielefeld.de) and thus is providing access via ftp, http, rsync and cvsup (all local and remote).
The system crashes periodically with a kernel panic (panic: sbdrop).
The uptimes between two crashes are going from a few hours to a few weeks.
The system is a i386, Intel Pentium 4 based with