Displaying 20 results from an estimated 100 matches similar to: "HELP...Running data"
2011 Jan 21
1
ggplot boxplot
Hello,
I am trying to generate a set of boxplots using ggplot with the following
data with 4 columns (Day, Site, VO2, Cruise)
AllCorbulaMR
Day Site VO2 Cruise
1 1 1 148.43632670 1
2 1 1 61.73864969 1
3 1 1 92.64536096 1
4 1 1 73.35434957 1
5 1 1 69.85568810 1
6 1 1 98.71116866 1
7 1 1 67.57880107
2010 Dec 17
1
ggplot missing fill colours in boxplot legend
Hello,
I am trying to create a series of boxplots with the following data, three
columns, "Day" (1 or 2), "Site" (1-4), and "VO2" (some values missing for
some Sites or Days)
> CorbulaMR3
Day Site VO2
1 1 1 88.92223
2 1 1 86.17873
3 1 1 61.08950
4 1 1 190.47922
5 1 1 98.65930
6 1 1 121.03549
7 1 1 67.88404
8
2001 Dec 01
4
features in samba 3.alpha
now that samba3 compile in my redhat 7.2 i want to test it..
reading the documentation that described the new features supported in
samba3alpha i cant find too much explanation.. and here is the quiz:
now from a win9x client when i see the list of users, i can see groups for
adding to my win9x clients shares??
what is the state of support of changing password from a terminal like NT
SERVER
2013 Jan 03
2
Sas by function in R
Hello,
It's an alternative to use SAS by function in R?
I want to plot d histograms by plot.from example bellow:
Thank you!
plot d
1 1 16.3
2 1 25.0
3 1 57.8
4 1 17.0
5 2 10.8
13 2 96.4
17 3 76.0
18 3 32.0
19 3 11.0
20 3 11.0
24 3 106.0
25 3 12.5
21 4 19.3
22 4 12.0
26 4 15.0
27 5 99.3
32 7 11.0
36
2008 Nov 03
6
Mustek PowerMust 600 USB configuration
Hi!
I am trying to install subj, on my Bubba miniserver, that runs Debian.
I am stoped now with driver test:
upsdrvctl start
Network UPS Tools - UPS driver controller 2.0.4
Network UPS Tools - Megatec protocol driver 1.4 (2.0.4)
Carlos Rodrigues (c) 2003-2006
Unable to open : No such file or directory
Things to try:
- Check 'port=' in ups.conf
- Check owner/permissions of all
2012 Aug 21
1
Trace values in the function ca.jo()
Hi all R users,
I'm trying to replicate the same results that are given in a published
article after been granted
the same data that the authors use.
I'm having problems to determine the cointegration rank of my data set using
the Johnasen's trace test.
This trace test is already programmed in the package ur.ca and can be found
in the function
ca.jo().
After I run the ca.jo()
2013 Jun 24
1
K-means results understanding!!!
Dear members.
I am having problems to understand the kmeans- results in R. I am applying
kmeans-algorithms to my big data file, and it is producing the results of
the clusters.
Q1) Does anybody knows how to find out in which cluster (I have fixed
numberofclusters = 5 ) which data have been used?
COMMAND
(kmeans.results <- kmeans(mydata,centers =5, iter.max= 1000, nstart =10000))
Q2) When I
2002 Apr 15
1
nested anova not giving expected results
Hello all. This may be a trivially simple question to answer, but I'm a little
bit stumped with respect to the calculation of the F statistics in nested
anovas in R. If I understand correctly, the F statistic for the
among-subgroups but within groups hypothesis is calculated as
MS_subgroups/MS_error, while the F statistic for the factor is calculated as
MS_factor/MS_subgroups (I'm
2008 Apr 11
1
polygons on scatterplot3d
Does anyone have any experience plotting complex polygons on a
scatterplot3d display? I would like to present some spatially binned
data in a 3-d type plot with background polygons (i.e.. a filled
coastline map). I can get the coastline onto the plot window as a
line type but cannot figure out how to fill the shape. I'm certain it
may be possible but might require a bit of digging
2020 Nov 12
2
Musings on the TableGen -emit-dag-isel backend
A rather notorious aspect of TableGen is the time required to run the
-emit-dag-isel backend on some targets, including AMDGPU and X86. I added a
timing feature to TableGen and timed the AMDGPU run.
===-------------------------------------------------------------------------===
TableGen Phase Timing
2007 Feb 06
2
How to do "moran's I test"?
I want to do "moran's I test" in R language. I try to use "gearymoran" in
Package "ade4","moran" in Package "spdep", and Moran.I in Package "ape". But
I do not know how to do it because data format is different.
My data:
x y dbh
111.03 10.7 7
118.11 0.28 1.2
165.36 0.36 8.4
2006 Nov 07
2
R help
*I am a very new user of R. I've spent several hours trying to import
data, I am successful in importing data from Excel. After having the data on
R console, I am not understanding how to make a file for imported data,so I
feel okay asking the list for help. *
*I have used save workspace option from file menu. but when i have to use
that saved workspace in extReme toolkit using read data
2009 Feb 13
3
Accessing Windows network from application in Wine
I have successfully set up MYOB (accounting software used a lot in Australia) to run with Wine 1.0 (on Ubuntu 8.04 LTS). I now need to be able to access the data file on another PC (Windows XP) via a network which I cannot seem to get to when using the drop down list to find the file - all I can see under 'My Computer' are: C: - fake windows drive, E: - CD drive and Z: - Linux drive.
I
2006 Nov 03
5
ANOVA in Randomized-complete blocks design
Dear all,
I am trying to repeat an example from Sokal and Rohlfs "Biometry" --
Box 11.4, example of a randomized-complete-blocks experiment.
The data is fairly simple:
series genotype weight
1 pp 0.958
1 pb 0.985
1 bb 0.925
2 pp 0.971
2 pb 1.051
2 bb 0.952
3 pp 0.927
3 pb 0.891
3 bb 0.892
4
2011 Nov 15
1
Remove thw data from the dataframe
Hi,
I want to remove the entire row from the dataset if any of the row contains
blank or NA
my dataset look like
State Year Y X2 X3 X4 X5 X6
State1 1960 27.8 397.5 42.2 50.7 78.3 65.8
State2 1960 29.9 413.3 38.1 52 79.2 66.9
State1 1961 29.8 439.2 40.3 54 79.2 67.8
State2 1961 30.8 459.7 39.5 79.2 69.6
State1 1962 31.2 492.9 37.3 54.7 77.4 68.7
State2 1962 528.6 38.1 80.2 73.6
State1 1963
2009 Dec 03
3
Three-dimensional (3D) movement using 'R'
Hi Everyone,
I have a question regarding the construction of 3D graphs in 'R', BUT
these graphs also need to illustrate movement (with time) of the
prostate gland (using radiological techniques). I am not sure how to do
this in 'R' although I'm sure there is some way of doing it.
Below, I have copied and pasted some of the data with which I'm working
on. The data
2020 Nov 13
4
Musings on the TableGen -emit-dag-isel backend
I wouldn't want to be too hasty about simply removing the relaxation
algorithm. The size and speed of the compiler affects all users, but the
time to compile the compiler "only" affects us compiler developers. And I
speak as a developer who is heavily affected by the time to compile the
AMDGPU backend.
One off-the-cuff idea (I haven't even looked at the code yet): could we
pass
2008 Jul 29
1
Howto Draw Bimodal Gamma Curve with User Supplied Parameters
Hi,
Suppose I have the following vector (data points):
> x
[1] 36.0 57.3 73.3 92.0 300.4 80.9 19.8 31.4 85.8 44.9 24.6 48.0
[13] 28.0 38.3 85.2 103.6 154.4 128.5 38.3 72.4 122.7 123.1 41.8 21.7
[25] 143.6 120.2 46.6 29.2 44.8 25.0 57.3 96.4 29.4 62.9 66.4 30.0
[37] 24.1 14.8 56.6 102.4 117.5 90.4 37.2 79.6 27.8 17.1 26.6 16.3
[49] 41.4 48.9 24.1
2008 Dec 01
1
explaining a model with rcs() terms
Hi, I am using the rcs() function in the Design library to model
non-linearity that is not well characterized by an otherwise
mechanistic function. I am able to make the model 'available' to
others through the excellent nomogram() function and the set of tables
that it can create. However, I would like to present the model in an
'expanded' format-- probably what rcspline.restate()
2017 Dec 09
2
[cfe-dev] Who wants faster LLVM/Clang builds?
Hi,
I tweaked my scripts to avoid removing includes when it doesn't give any significant benefits, which made the patches significantly smaller. This time the patches should not try to remove includes of header files, which are transitively included from other included header files. The gains mostly remained the same (plus/minus noise), the tables are in the end of the email. I also included