Displaying 20 results from an estimated 10000 matches similar to: "Newbie Corner!"
2018 Apr 04
2
Plot data in sequence
Hi r-users,
I would like to draw line plots. However, the plot starts from 11121 data
and plot data ENTRY last in the plot.
Here is the code and data.
datn <- read.table(header=TRUE, text='
LEVEL STATUS CGPA
DIPLOMA ENTRY 3.32
DIPLOMA 11121 2.91
DIPLOMA 11122 2.90
DIPLOMA 12131 2.89
DIPLOMA 12132 2.89
DIPLOMA 13141 2.93
DIPLOMA 13142 2.96
DIPLOMA 14151 2.76
DIPLOMA 14152 2.73
STPM
2001 May 09
2
[Newbie] Row-Iterator for data.frame??
hello all,
for my diploma-thesis i want to statitically analyze near-infrared-spectra.
a spectrum is given by the y-values of 1038 equi-distant x-points.
in nature, a spectrum is a continuous curve. for analysis, every x-point
is seen as a statistical variable.
now my problem:
first, i read a csv-table in a data.frame called sTable via read.table.
besides some meta-data there are 1038 variables
2018 Apr 04
0
Plot data in sequence
Hi,
Thanks for the reproducible example.
Looking at
str(datn)
would give you a clue.
STATUS is a factor because it contains character values. Factor levels
by default are alphabetical with numbers first, but you can change
those.
> str(datn)
'data.frame': 36 obs. of 3 variables:
$ LEVEL : Factor w/ 4 levels "DIPLOMA","MATRIC",..: 1 1 1 1 1 1 1 1 1 4 ...
$
2006 Apr 19
2
[LLVMdev] glibc to LLVM port
Hi guys,
on the webpages of your project i have found, that you are
trying to port glibc to LLVM (sounds interesting). I am student of Faculty
of Informatics in Brno, and currently i am trying to search a theme for my
diploma thesis. Do you think that this one could have the scope to
cover (serve) as the diploma work.
Thanks
Regards
iankko
--- reklama
2005 Jun 30
3
Delay
Hello.
I'm programing a tool for ip telephony in hifi quality (diploma) ...
I want to know what coding delay ogg produces.
Are there low delay variantes?
Can anyone help me?
Thanks
2006 Feb 10
1
[LLVMdev] some questions and llvm on mac-intel
hi all,
my name is Jakob. I am studying computer science in
Austria. Currently I am working on an aspect oriented
dynamic monitoring framework based on LLVM as a
diploma thesis. It is a very fascinating framework.
Is there some research funding for LLVM development
somewhere? Sadly there is not much for me todo with
LLVM in my University here in Austria after my diploma
thesis. Are there
2003 Dec 06
1
Diploma zonder studie op basis van EVC
[image001.gif]
Diploma's en titels zonder studie op basis van eerder verworven
competenties
Geachte heer of mevrouw,
Graag willen wij u attenderen op onze unieke dienstverlening. Wellicht
dat er voor u mogelijkheden zijn om zonder studie op basis van eerder
verworven competenties via een External Programme
in het bezit te komen van een academische Bachelor, Master
2008 Sep 02
2
Disabling mouse tracking when X11 focus leaves wine?
Hello all,
I was very pleased to find that Age of Empires II works so well in wine.
Now, one hobby of mine is to create custom AI scripts for the game (see www.aiscripters.com for examples), and let different scripts (mine and other people's) play against each other, mostly unattended.
The problem is, that the running AoEII game still tracks the position of the mouse
pointer whenever I move
2001 Nov 04
3
how many streams can icecast handle ?
hi everyone
For my diploma work on streaming music, I'm looking into
cost of handling a large amount of users.
Somehow I couldnt find some experience on the net about
how many concurrent streams a single box could handle
using icecast (without encoding, just the streaming
of pre-encoded mp3-files).
Does anybody have some experience that I could include
as a reference point ?
Thanks !
2005 Sep 01
3
Newbie help on dim
Hi, if I do
Z<-rnorm(50)
Followed by
Dim(Z)
I get NULL. Is this correct? Shouldn't I get 50 instead?
TIA
Chris
DISCLAIMER:\ L'utilizzo non autorizzato del presente messagg...{{dropped}}
2006 Jun 27
2
Mauchly and Levene
Hallo!
I just started working with R to do the statistical analyses for my diploma thesis.
I got two sets of data.
Both contain repeated measures.
One has only one within-subject factor with four levels.
The other has one within-subject factor with two levels and one between-factor with two levels.
I want to compute a Mauchly test for both sets and a Levene test for the second set.
I
2002 Feb 15
2
difficult R-problem
Hi there
In the course of my diploma thesis in climatology I have encountered
a difficult R-Problem that I cannot solve. I want to fill R-Objects
(whose names should depend on j) with numbers at the i-th position.
The resulting Objects should be something like:
RQuadratStep1, RQuadratStep2, RQuadratStep3 ... filled with Elements like
c(0.324, 0.456, 0.657 ...)
Below is a short version of
2007 Apr 03
5
[LLVMdev] Graph Coloring Regalloc
I'm just starting to dive into llvm, hoping to implement a
good graph coloring register allocator. I gather that this
has been discussed before.
What is the RegAllocGraphColoring.cpp currently in the
sources? It seems to be the Fred Chow algorithm but
it's not mentioned in the documentation anywhere. Does
it work?
-Dave
2010 Apr 15
2
[LLVMdev] Compile, link and run on the fly
Hi,
I am working on my diploma thesis "Consideration of Virtual Machines
Suitability for Packet Decoding". One of VMs I am testing is LLVM.
Currently I have a filter written in LLVM IR which consist of 3 modules:
filter, decoder and filter_rule. The last one is generated using my
own-written compiler. I`d like to ask if there is a possibility to
generate filter_rule, then link
2008 Dec 03
2
Spectral Analysis of Time Series in R
Dear R Community,
I am currently student at the Vienna University of Technology writing my
Diploma thesis on causality in time series and doing some analyses of
time series in R. I have the following questions:
(1) Is there a function in R to estimate the PARTIAL spectral coherence
of a multivariate time series? If yes, how does this work? Is there an
test in R if the partial spectral
2020 May 12
1
CentOS 7 disable the the hot corner
I have loaded the gnome-shell-extension-no-hot-corner-3.28.1-11.el7.noarch
and also the gnome-tweaks.
When I run gnome-tweaks no where in there do I find the disable hot corner.
where is that ?
Its annoying when the mouse goes to the upper left and all the windows
shrink. I wish to disable it. Thanks.
Jerry
2008 Jul 29
3
placing a text in the corner of a plot
Is there an easy way to add a text into an R-plot and place it in the
upper left corner?
Like that:
--------------------------------
| (a) |
| |
| |
| |
| |
| |
2010 Dec 17
2
adding text to the top corner of a lattice plot
Hi, I have a series of lattice plots which I am arranging in a 2x2
grid via print:
print(p.preds, split=c(1,1, 2,2), more=TRUE)
print(p.comp, split=c(2,1,2,2), more=TRUE)
print(p.bw, split=c(1,2,2,2), more=FALSE)
What I'd like to have is a letter (A, B, ...) in the top corner of
each plot. While panel.text lets me add text anywhere within a plot, I
can't seem to workout how I could put
2007 Jul 03
0
The Benefits of Corner Computer Desks
The Benefits of Corner Computer Desks
Corner computer desks are ideal for a corner space in the house or
office. They give allow a worker to focus, giving the feel of an
exclusive space. They optimize the space within a room and give a cozy
look when decorated in tune with the rest of the room.
http://nooco.notlong.com
Teeth Whitening Naturally
One of the latest dental habits to make waves
2009 Mar 05
3
text at the upper left corner outside of the plot region
Hi,
is there a way to place text at the upper left corner (or another
corner) of the plot?
I want to place it really at the upper left corner of the whole plot
(the file I get),
not at the upper left corner of the plot-region.
I tried text() and mtext(), and corner.label() of the plotrix package
but it didn't work out.
thanks!