Displaying 20 results from an estimated 100 matches similar to: "analyse tab delimited textfile microarray data(help)"
2011 Jul 13
1
AR-GARCH with additional variable - estimation problem
Dear list members,
I am trying to estimate parameters of the AR(1)-GARCH(1,1) model. I have one
additional dummy variable for the AR(1) part.
First I wanted to do it using garchFit function (everything would be then
estimated in one step) however in the fGarch library I didn't find a way to
include an additional variable.
That would be the formula but, as said, I think it is impossible to add
2004 Aug 07
1
Textfile into R'
Hi,
I have the chromosome results in a text file.
My problem is how to call the textfile values inside R' so that i can plot.
Anyone can help me!!
J.Joshua Thomas
Lecturer
Computing & Information systems
KDU College Penang Campus
Malaysia
2014 Aug 26
2
Fn textfile background
Hello,
In doc/menu.txt:
"F1 textfile [background]"
I am trying the second optional parameter using 640x480 x 4bits color
depth png's.
Should I be using a different file format?
Or a different color depth?
Or specific colors?
Which versions are supposed to support the second optional parameter,
"background", from menu.c32?
I have tried (and failed) with (menu.c32)
2014 Aug 26
0
Fn textfile background
On 08/25/2014 07:49 PM, Ady wrote:
> Hello,
>
> In doc/menu.txt:
> "F1 textfile [background]"
>
> I am trying the second optional parameter using 640x480 x 4bits color
> depth png's.
>
> Should I be using a different file format?
> Or a different color depth?
> Or specific colors?
>
> Which versions are supposed to support the second
2014 Aug 26
1
Fn textfile background
>
> On Aug 26, 2014 1:45 AM, "Ady" <ady-sf at hotmail.com> wrote:
> > > On 08/25/2014 07:49 PM, Ady wrote:
> > > > In doc/menu.txt:
> > > > "F1 textfile [background]"
> > > > Which versions are supposed to support the second optional
> parameter,
> > > > "background", from menu.c32?
> >
2014 Aug 26
0
Fn textfile background
On Aug 26, 2014 1:45 AM, "Ady" <ady-sf at hotmail.com> wrote:
> > On 08/25/2014 07:49 PM, Ady wrote:
> > > In doc/menu.txt:
> > > "F1 textfile [background]"
> > > Which versions are supposed to support the second optional parameter,
> > > "background", from menu.c32?
> > >
> > > I have tried (and
2010 Feb 03
0
"read.table" and "scan" skips newlines which "count.fields" finds in Thai textfile
Hi there,
I have some problems reading in a Thai text.
Some of the newlines are skipped.
(see the contents of my file below)
R>count.fields ("my.txt", sep='\n', quote="")
[1] 1 1 1
Three lines with one item each, right?
R> scan("my.txt", what="", sep="\t", quote="")
Read 2 items
[1] "?\x83???\x88
2009 Apr 17
2
Manipulate single line in textfile
Hello all,
Is it possible to modify a single line in a textfile?
I know it is possible to load the whole text file, do the change, and
save this as a new file. However, this is not practical in my case,
because the document is huge and cannot be fully loaded in R.
Any idea?
Best,
Guillaume
2014 Aug 26
3
Fn textfile background
> On 08/25/2014 07:49 PM, Ady wrote:
> > Hello,
> >
> > In doc/menu.txt:
> > "F1 textfile [background]"
> >
> > I am trying the second optional parameter using 640x480 x 4bits color
> > depth png's.
> >
> > Should I be using a different file format?
> > Or a different color depth?
> > Or specific colors?
>
2016 Apr 26
0
From NUM to INT
Can you explain why you need them as 'integer', A floating point
representation can hold a value upto ~4.5e15 as an "integer" keeping the
precision that you might need.
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at
2016 Apr 26
5
From NUM to INT
Dear all:
I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
(using excel) and then imported the data (.txt) into R. Interestingly, the
other three variables were loaded as INT, but the 'Baci' one continued as
Num.
I imported the data using the following command line:
X <- read.delim(file.choose(),
header = TRUE,
dec =
2008 Feb 26
0
Help needed to analyse a factorial microarray experiments! Newbie Question
Dear R-users:
I am using the package MAANOVA to analyze microarray data and have
encountered problems when trying to get interactions.
I am a newbie in both, R and maanova, and I do not have good knowledge in
statistical methods.
I have four effects:
Effects Levels
Var 2
Ind 2
Trat 2
Time 4
Sample 3 <-- biological replicate
Spot 4 <-- technical replicate
I had
2007 Oct 30
1
Reading a file with read.csv: two character rows not interpreted as I hope
Hi Folks... Œbeen playing with this for a while, with no luck, so I¹m hoping
someone knows it off the top of their head... Difficult to find this nuance
in the archives, as so many msgs deal with read.csv!
I¹m trying to read a data file with the following structure (a little piece
of the actual data, they are actually csv just didn¹t paste with the
commas):
wavelength SampleA SampleB SampleC
2007 Dec 21
1
post hoc in repeated measures of anova
Hallo, I have this dataset with repeated measures. There are two
within-subject factors, "formant" (2 levels: 1 and 2) and "f2 Ref" (25
levels: 670, 729, 788, 846, 905, 1080, 1100, 1120, 1140, 1170, 1480,
1470, 1450, 1440, 1430, 1890, 1840, 1790, 1740, 1690, 2290, 2210,
2120, 2040, 1950), and one between-subject factor, lang (2 levels:1
and 2). The response variable
2006 Sep 21
1
survival function with a Weibull dist
Hi
I am using R to fit a survival function to my data
(with a weibull distribution).
Data: Survival of individuals in relation to 4
treatments ('a','b','c','g')
syntax:
---- > survreg(Surv(date2)~males2, dist='weibull')
But I have some problems interpreting the outcome and
getting the parameters for each curve.
--------- Value Std.
2010 Nov 29
1
Evaluation of survival analysis
Dear all,
May I ask is there any functions in R to evaluate the fitness of "coxph" and
"survreg" in survival analysis, please?
For example, the results from Cox regression and Parametric survival
analysis are shown below. Which method is prefered and how to see that / how
to compare the methods?
1. coxph(formula = y ~ pspline(x1, df = 2))
2003 Jun 12
9
Programcode and data in the same textfile
I have the following problem. It is not of earthshaking importance,
but still I have spent a considerable amount of time thinking about
it.
PROBLEM: Is there any way I can have a single textfile that contains
both
a) data
b) programcode
The program should act on the data, if the textfile is source()'ed
into R.
BOUNDARY CONDITION: I want the data written in the textfile in exactly
2010 Mar 23
1
Log linear model - Showing non-deviation form in glm()
Hey,
Whenever I set up a log linear model using glm(Y~. , data=data,
family=poisson) I get the parameters in the form of deviation from the first
cell kombination.
I find this to be hard to interpret when I for instance want to know if
there is a difference between two factors in the first category since those
parameters are not shown directly.
Is there any way to get the summary() command, or
2006 Mar 10
1
One way ANOVA with NO model
I'd like to do a simple one-way ANOVA comparing the means of 6
groups. But it seems like the only way to do an ANOVA in R is to
specify some sort of model, where there is an outcome or dependent
variable that is a function of independent variables (linear model).
But I don't have a linear model, I just want to do a simple ANOVA
(and f-test) to compare the means. How do I do
2007 Nov 21
0
Using DTrace to analyse ON build
This is from a discussion on opensolaris-tools that is somewhat relevant for
DTrace community.
I wrote a simple D script
(http://www.opensolaris.org/os/project/onnv/onnv_build/faster_builds/tools/dtrace/dirtrace.d)
that collects data for each dmake process during the Solaris build. After that
the data is post-processed by a Perl script