Displaying 20 results from an estimated 4000 matches similar to: "no gui option on freebsd"
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
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()
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
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
2001 Dec 07
0
trouble installing first app
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
2008 Dec 17
1
win.graph question
I have what I hope is a ridiculously simple question. I am trying to
follow an example that uses the function win.graph(), but my machine
does not recognize win.graph(). I am running R 2.8.0 on OS X. Is there
some OS X specific function that replaces win.graph or am I missing
some package?
Thanks in advance
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.
2006 Sep 13
1
Kirk IP600 V3 DECT Wireless server
Hi list!
Does anyone have experiences with the updated model of the Kirk IP600?
The V3 model is supposed to support SIP instead of only SCCP or H323 which
would make the use with Asterisk a lot easier.
I have only tested the Kirk IP600 V2 with SCCP / Skinny protocol which is
still giving me severe headaches :
- the standard Skinny driver in * doesn't work, only the version of
Sergio
2008 Feb 20
1
OT - DECT-GAP Handsets with Polycom-Kirk 600/3 base station
Hi,
I need to subscribe and use several Polycom-Kirk 5020 handsets along
non-Polycom-Kirk handsets on a one-cell Polycom-Kirk 600/3 base station.
Has anyone tried this ?
Which values did you pick for Subscription mode (with or without Account
Code) and IPEI ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 31
2
R: Kirk IP600
I'm going to try,
Thanks very much
Giordano
-----Messaggio originale-----
Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Remco Barende
Inviato: luned? 30 gennaio 2006 20.04
A: Asterisk Users Mailing List - Non-Commercial Discussion
Oggetto: Re: [Asterisk-Users] Kirk IP600
Hi!
Yes, it works (sort of) but I still have some issues.
2006 Mar 15
5
Possible bug with multiport?
Hi Folks: I am either using the multiport of the -m or --match option
of iptables in correctly or there is a bug with it. Is anyone else
using it with no problem? This is the way I am trying to use it:
my_ports=21,25,80
iptables -t nat -A PREROUTING -i $wan_addr -p tcp -m multiport
--dports $my_ports -j DNAT --to $my_internal_address
I have used this in the past successfully but that was a
2011 Jan 26
1
[LLVMdev] building llvm :: host_os==mingw
i am interested in getting lldb build using mingw (which i don't think has yet been done).
to do so requires first building llvm in order to get the depended-upon clang library, et al.
after installing mingw, i have performed the following steps, as these are what have been used to build lldb on linux (with the targets being my targets of interest):
svn co
2006 Aug 03
3
between-within anova: aov and lme
I have 2 questions on ANOVA with 1 between subjects factor and 2 within factors.
1. I am confused on how to do the analysis with aov because I have seen two examples
on the web with different solutions.
a) Jon Baron (http://www.psych.upenn.edu/~baron/rpsych/rpsych.html) does
6.8.5 Example 5: Stevens pp. 468 - 474 (one between, two within)
between: gp
within: drug, dose
aov(effect ~ gp * drug *
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2008 Nov 10
2
FTDI USB->Serial a Wine
I've got USB->Serial converter:
Code:
Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
and I need communicate with this converter to devices(Kirk) via specific Kirk windows software.
I have mapped converter:
Code:
ln -s /dev/ttyUSB0 com1
but I can't connect to it. If I connect the Kirk device directly through mapped /dev/ttyS0, the device get connected.
Any
2004 Aug 06
1
ices 0.1.0 released
I am having one slight weirdness which I haven't been able to put my
finger on yet. About once every other day or so ices dies with an error
about libshout not being able to reconnect to the server. I am not
sure who is guilty here ices or icecast. Unfortunately it only
happens rarely, twice so far, I'll let you folks know more if I can
get a better handle on it.
Kirk
--
Kirk
2001 Feb 28
4
Attempting to install samba
Hello all,
I am new to this list and to samba. I used samba in a previous life, but
someone else installed and maintained it.
I am have a small issue that I do not know if it is resolvable. Here it is:
I have installed samba on the server named "kirk", our master domain
controller for nt is named "picard". They are on the same subnet. My
clients are on a different
2004 Nov 17
3
chan-sccp problem, phone is not registering
Hi list!
I'm trying to configure the Kirk IP 600 wireless (DECT) system. The
wireless phones are regular DECT phones, the Kirk IP 600 is doing the voip
part by registering/gatewaying the phones to a callmanager server.
The phones do not work and I think the problem is that they do not
register at asterisk but I'm not sure because I don't understand a thing
of the sccp/skinny
2003 Dec 18
1
joining a domain (ldap)
All,
I try to add a computer to a PDC running SAMBA 3.0 (client is Windows
NT 4.0 SP5). I want all the user- and machine accounts stored on my
LDAP server.
When I try to join the domain I just get the error message "The
machine account for this computer either does not exist or is not
accessible".
When I look on my LDAP-Server, I see that SAMBA has not created an
account for my