Displaying 20 results from an estimated 1000 matches similar to: "error bars"
2009 Mar 11
4
error.bars
Hi, I'm trying to use the function "error.bars", but the program don't
find it, and I dont't found any package with this function. Is there some
another functin to draw barplots with error bars?
Sueli Rodrigues
Eng. Agr?noma - UNESP
Mestranda - USP/ESALQ
PPG-Solos e Nutri??o de Plantas
Fones (19)93442981
(19)33719762
2008 Apr 21
1
[LLVMdev] newbie with pass registering Problem
Hi!!
This is my first time with llvm. I'm still learning and really need help.
I wrote only one Function Pass, which uses another Function Pass (blockNrs), and registered this:
RegisterPass<FunctionAnalysis> X("gasched", "Genom Scheduling Pass");
When I compile my sourcecode, everything was okay. But when I tried to test it, i got this error Message:
nicole at
2013 Sep 10
3
to delete lines by means of a vector
Hi
I would like to eliminate a large number of lines of the dataframe df1
The lines to delete are given here by the values of Mat (ex : 2,4,7,10).
but I have a large number (300) values of Mat
dput(df1)
structure(list(Mat = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3,
3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7,
7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10,
10, 11,
2009 Dec 03
5
Bar Plots: Error Bars
Hey Everyone,
I'm pretty new at R and wanted to try and make some graphs with dummy data
before using it to analyze my own. I successfully made a bar graph and error
bars, but I can't figure out how to align them properly (currently they are
not centered on the bars and some of them aren't even close). Here's the
code that I'm using:
> marks <- sample(4:10, size=50,
2008 Apr 22
2
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
Hi!!
It's me again. I guess that there is a problem in the Makefile of my source code. But I don't know where. Could you please verify it?
The Makefile is written like this:
# Makefile for Genetic Algorithm Pass
CXXFLAGS = -Wall -I/iss/fpga3/nicole/galib247/
LDFLAGS= -L/iss/fpga3/nicole/galib247/ga/ -lga -Wl,-E
# Path to top level of LLVM heirarchy
LEVEL=../../../
# Name of the
2011 May 09
2
Time Series
I have what I hope is a simple question - is it possible to do time series
analysis on a small data set specifically only four data points?
I have collected human threat data (mean number of threats per kilometre
walked/ survey) every 3 months in eight different sites (four with an
experimental element and four control sites). I am trying to determine the
best way to determine if there is a
2009 Feb 10
2
Mixed ANCOVA with between-Ss covariate?
Hi all,
I have data from an experiment with 3 independent variables, 2 are
within and 1 is between. In addition to the dependent variable, I have
a covariate that is a single measure per subject. Below I provide an
example generated data set and my approach to implementing the ANCOVA.
However the output confuses me; why does the covariate only appear in
the first strata? Presumably it should
2004 Mar 31
3
(no subject)
Hi, I wonder if you can help me:
I cannot seem to be able to import my data anymore. When I try to import
the attached file with the string
FunctRes<-read.table("C:/Documents and Settings/FunctRes.txt", header=FALSE)
I obtain:
> FunctRes
V1
1 ??C
2 \n
3 C
4 0
5 0
6 B
7 \n
8 C
9 0
10 1
11 B
12 \n
13 C
14 0
15 0
16 B
17 \n
18 C
19 0
2013 Feb 06
1
Heteroscedasticity Plots
To detect heteroscedasticity for a multiple linear OLS regression (no time
dependencies):
What if the residuals vs. fitted values plot shows well behaved residuals
(cloud) - but the some of the x versus residuals plots are a megaphone?
Also, it seems that textbooks and internet tutorials in R do not agree what
is the best plot for detecting heteroscedasticity. What do you use?
I found so
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi,
to prevent scripted dictionary attacks to sshd
I applied those iptables rules:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent
--update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set
--name SSH --rsource
And this is part of logwatch:
sshd:
Authentication Failures:
unknown
2013 Jan 28
2
Adjusted R-squared formula in lm()
What is the exact formula used in R lm() for the Adjusted R-squared? How can I interpret it?
There seem to exist several formula's to calculate Adjusted R-squared.
Wherry’s formula [1-(1-R2)·(n-1)/(n-v)]
McNemar’s formula [1-(1-R2)·(n-1)/(n-v-1)]
Lord’s formula [1-(1-R2)(n+v-1)/(n-v-1)]
Stein 1-(n-1/n-k-1)(n-2)/n-k-2) (n+1/n)
Theil's formula (found here:
2007 Apr 12
2
using install.packages via proxy
Hello everybody,
I'm trying to install rJava to use JRI in a Java program as JRI is a part of rJava. There should be the option to install this package via install.packages("rJava"). Unfortunately I'm connected to the internet via a proxy. I have no idea how to tell R to connect via the proxy. The R-help tells me something about environment variables like "http_proxy".
2007 Nov 22
5
Different networks between Dom0 and Guest?
Hi,
I''m running SLES10 SP1 with xen 3.0.4 and windows 2003 server as guest.
Is it possible to assign ips from different networks to Dom0 and Guest,
e. g. 172.27.10.1/24 for Dom0 and 172.27.15.1/24 for Guest?
I tried it, but I can''t reach the Guest.
If it''s possible, what should I have to configure?
Thanks!
Nicole
_______________________________________________
2009 Apr 22
3
Rhelp
Hello,
I am trying to run R on my Mac (OS10.5.6) and am having trouble installing
and running packages (genefilter in particular in Bioconductor)
I've tried re-installing R and it hasn't solved the issue.
Thanks,
~Nicole Slusher
2013 Mar 06
1
Difficulty in caper: Error in phy$node.label[which(newNb > 0) - Ntip]
Hello,
I'm doing a comparative analysis of mammal brain and body size data.
I'm following Charlie Nunn and Natalie Cooper's instructions for
"Running PGLS in R using caper".
I run into the following error when I create my comparative dataset,
combining my phylogenetic tree (mammaltree) and taxon measures
(mammaldata):
"Error in phy$node.label[which(newNb > 0) -
2012 Mar 07
3
pulling out 1 country and 1 wave
Hello.
I am trying to pull out one country from a time series of 5 waves. For example I need Norway from the 5th wave. This is new to me. Typically, I work with country specific surveys.
data = norway
I have attached a .tiff of the codebook showing the variable names for Norway and the wave. They appear to be Norway = v218 and wave = v15. But perhaps I am wrong and this is part of the
2012 Jan 29
2
question about ... questions/ code
Hello,
I have a dataset which I am calling RB09.
I am trying to match the questions in the code book with variable codes.
It is not very intuitive.
example:
names(RB09)
[1] "ea1" "eaf1" "eaf1a" "eaf2" "eaf2_7"
[6] "eaf3" "eafimpun" "eafunpun" "evimpmar"
2008 Apr 22
1
[LLVMdev] newbie with pass registering Problem
Hi!!
This is my first time with llvm. I'm still learning and really need help.
I wrote only one Function Pass, which uses another Function Pass (blockNrs), and registered this:
RegisterPass<FunctionAnalysis> X("gasched", "Genom Scheduling Pass");
When I compile my sourcecode, everything was okay. But when I tried to test it, i got this error Message:
nicole at
2014 Feb 07
2
Perl516 SCL modules
Hi,
I'm trying to build several SCL perl516 modules for using assp spamfilter.
Some modules have dependencies which spend a lot of errors or can not be
build on a x86_64 system.
perl-Email-Valid-0.184 for example needs Win32::IPHelper and
Win32::TieRegistry.
If I build this rpm for standard perl510, the Win32 modules are not
required.
Why are theses dependencies only for perl516?
Can I
2007 Jun 21
2
Multinomial models
Hello,
I am VERY new to R (one week) and I am trying to run a multinomial logit model.
The model I am using is
> model1 <- multinom(Y ~ X1 + X2 + , ..., Xn)
if I put in
> summary(model1)
I get
#Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "fitted", for
signature "multinom"
and if I put in
> coef(model1)