similar to: win.graph question

Displaying 20 results from an estimated 20000 matches similar to: "win.graph question"

2002 Mar 01
3
calculating std err (SEM)?
Is there a "canned" function in R for finding the standard error of the mean? I have tried > sem <- function(x) c(mean =mean(x), + SEM = stdev(x)/sqrt(length(x))) > sem(pnet.lai) Error in sem(pnet.lai) : couldn't find function "stdev" It looks like there is no stdev function in R Thanks, Kirk Kirk R. Wythers email: kwythers at umn.edu University of
2002 Feb 28
2
no gui option on freebsd
I just compiled R on my freebsd box. I don't see anything when firing it up with -g or --gui or --gui=X11, etc... only the standard > prompt (see below). Is that what I should expect? I'm running the kde desktop if that matters. Any suggestions from those who use R on freebsd? Thanks Kirk bash-2.05a$ R R : Copyright 2001, The R Development Core Team Version 1.3.1 (2001-08-31)
2001 Dec 07
1
trouble getting my first app to install (JMP)
I am struggling to get JMP installed. When I try launching the installer with "wine /mn/cdrom/Launch.exe", I get the JMP splash screen. When I use the mouse to click "install" on the splash screen, I get a dialog box with the error "Setup failed to launch installation engine: (0x80070005). The console output reads as follows: [kwythers@lorax kwythers]$ wine
2004 Oct 28
1
akima error
I am trying to load the GRASS library and am getting the following error: > library(GRASS) Loading required package: akima Error: package 'akima' could not be loaded In addition: Warning message: There is no package called 'akima' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc) This is on R 2.0.0, library(GRASS) is installed, and update.packages()
2008 Dec 03
1
how to handle irregularly spaced data as timeseries
I have a set of modeled climate data recorded at irregular intervals. The format of the data is such that there are monthly measurements for the years 2000, 2020, 2050, 2080, etc. Therefore I have 12 regular records, a skip of some number of years, then 12 more monthly records, another skip, and so on.... I created a dataframe from .txt with the read.table() command. For starters I need
2008 Dec 23
2
beginner data.frame question
I need some help understanding how on of the example data sets is formatted in the basic R installation. If I load the Mona Loa CO2 data, with the command: > data(co2) I can view the data with: > co2 And the data are in the form of 11 rows labeled as years (1994-2004) and 12 columns labeled (Jan - Dec). This structure appears to be a dataframe, however, if I type the command
2009 Feb 24
1
control data symbols in pairs function
How does one control the size and type of data symbols in pairs()? I am trying to use the little dot (as in type=".") with absolutely no success. Here is the pairs call I am using: pairs(data.frame, panel=function(x,y) {points(x,y); lines(lowess(x,y))}) or even simpler: pairs(data.frame, panel=panel.smooth) Any hints would be much appreciated.
2015 May 08
2
Q: respecting .ssh/id_rsa
On 5/8/2015 7:22 AM, Valeri Galtsev wrote: > On Fri, May 8, 2015 8:58 am, James B. Byrne wrote: >> While attempting to debug something else I ran across this: >> >> ssh -vvv somehost >> . . . >> debug1: Connection established. >> debug1: permanently_set_uid: 0/0 >> debug1: identity file /root/.ssh/identity type -1 >> debug1: identity file
2013 Oct 09
5
Remove gpxe or replace with ipxe?
The gPXE in the Syslinux tree is ridiculously old. We could either replace it with iPXE or just drop it, giving people a recipe for how to integrate with iPXE themselves. What do people think? -hpa
2019 Jun 29
2
Tablegen ridiculously slow when compiling for Debug
Hi all, On LLVM version 7.0.1, incremental builds are very fast for both Release and Debug. I’m compiling with Xcode I recently downloaded LLVM 9.0 from the LLVM-mirror Github repository and found that Incremental "Debug” builds take a ridiculously long time due to Tablegen taking ages (literally more than 10 minutes) to generate files. This makes it totally unusable for debug purposes.
2012 Jan 05
7
Blocking countries with shorewall
I''m currently getting a huge number of (failed) attempts to access my home server at UDP port 27845. I think most if not all the attacks come from China or Korea. I see there is a list of Chinese and Korean networks at <http://www.countryipblocks.net/country-blocks/>. Is there a standard way of using such a list in shorewall? -- Timothy Murphy e-mail: gayleard /at/ eircom.net
2011 Feb 24
1
accuracy of measurements
Dear R people Could you please help with following Trying to compare accuracy of tumor size evaluation by different methods. So data looks like id true metod1 method2 ... 1 2 2 2.5 2 1.5 2 2 3 2 2 2 etc. Could you please give a hint how to deal with that. Seems like {merror} does not suite to me because I am trying to compare accuracy of measurements with their true known values not just
2019 Jun 29
2
Tablegen ridiculously slow when compiling for Debug
Hi Florian, Ok, I ran this: cmake -S LLVM -DCMAKE_INSTALL_PREFIX=INSTALL -DLLVM_OPTIMIZED_TABLEGEN=On -G Xcode Compiled it again from clean, and the situation is worse than before. Incremental builds take an incredible amount of time stuck in running Tablegen scripts for all targets. Now this happens both in Release and Debug configurations. Just before this, at least Release compiled fine, but
2010 Nov 29
3
List elements of NULL to value
Hi everyone, I am posting this because i know its easy and i cant for the life of me figure out how to do it though i have tried and through a ridiculously complex loop made it happen. I need to convert some list elements of NULL value to 0s so they mesh with my data frame properly. So for A<-list(1,NULL) returns [[1]] [1] 1 [[2]] NULL Would instead return [[1]] [1] 1 [[2]] [1] 0
2005 Jan 20
2
controlling recording
Thanks for your quick replies - I had no idea this list was so responsive! One more issue for you - we are trying to build a custom voicemail application and so far everything works great by using AGI to play prompts, get input and record files. However one of our customers has asked for some pretty advanced functionality, specifically the ability to: * stop in the middle of recording (so far so
2007 Aug 02
1
ggplot2 qplot and add
Hi there, I have some simple frequencies I want to plot into one graph. I had it working, and now I can't figure out whats going wrong. All the data is stored in a dataframe, and i finally managed to order the factor correctly! Each column is a variable and contains integers for the same set of values in the column that contains the headers for each row (graphLabels). So, I get the data
2015 Mar 06
4
[LLVMdev] [cfe-dev] Commit message policy?
On 6 March 2015 at 20:59, Reid Kleckner <rnk at google.com> wrote: > I think the only guideline we should have is that the first line should be > written as though it is an email subject, because it gets used for that. If > you write a long first line, then you get a long subject, and it looks > silly. If people want to embarrass themselves with strangely formatted > email,
2009 Jan 27
4
xml mis-read in civ4 bts 3.17 running ffh2 mod
I have Civ4 BTS 3.17 installed and running on Ubuntu 8.10 using Wine 1.1.13. The game seems to be OK but I have been playing the Fall from Heaven 2 mod recently and the data for the Great Library used within the game is corrupted (sages being given ridiculously large espionage bonuses). The xml files on disk are fine and there is no problem when running the same mod on Windows. I am using the
2019 Jun 30
2
Tablegen ridiculously slow when compiling for Debug
Hi Praveen, Please, can you elaborate on this?. What do do mean by “building as shared objects”. Thanks, John > On 30 Jun 2019, at 07:32, Praveen Velliengiri <praveenvelliengiri at gmail.com> wrote: > > Maybe try building llvm as a shared objects.. > > On Jun 30, 2019 1:30 AM, "Joan Lluch via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at
2007 Dec 12
10
sendfile and mongrel
forgive me if this has been resolved already... I have an app that is using sendfile to return large files to customers. We can''t use regular Apache to handle this static content since the files are what the customers are paying for - so it wouldn''t be cool for anyone else to get access to them. The issue is that the mongrel mem footprint gets bloated when the files are