Displaying 20 results from an estimated 2000 matches similar to: "How to extract partial predictions, package mgcv"
2005 Jul 28
1
conversion from SAS
Hi, I wonder if anybody could help me in converting
this easy SAS program into R.
(I'm still trying to do that!)
PROC IMPORT OUT= WORK.CHLA_italian
DATAFILE= "C:\Documents and
Settings\carleal\My
Documents\REBECCA\stat\sas\All&nutrients.xls"
DBMS=EXCEL2000 REPLACE;
GETNAMES=YES;
RUN;
data chla_italian;
set chla_italian;
2011 Aug 29
1
how to referee a dimension name via a variable?
hi, R-users
I have a data.frame for example test$newdataday24 and test$newdataday48
I can plot them by
plot(test$newdataday24)
but now i want to plot different data by define a variable to describe them
dayno<-c(24,48)
newnam<-paste("test$newdataday",dayno,sep="")
plot(newnam[1])
but i failed,the error message said that something wrong with plot.window
what can i do
2003 Oct 22
1
Placing SIP calls to other SIP domains?
Hi!
Does * do DNS-lookups when outgoing calls are placed to a different
SIP domain? Can I call from <sip:1000@mydomain.com> to <sip:2000@remote_domain.com>?
Can * work as a regular SIP proxy in that aspect?
Can * handle SIP URI:s that are complete SIP URI:s (sip:user@domain) instead
of numbers only? Or should I run a SIP proxy on a different machine to handle
pure SIP requests and let
2003 Nov 06
2
Asterisk and SIP Proxy on same machine?
Hi
Is it possible (or recommended) to run both Asterisk and
say SER on the same physical machine? How about port conflicts?
Maybe the easiest way is to change the default SIP port on Asterisk?
But how will that work if I register some SIP accounts directly
from asterisk (like my SIP provider) but then wanna dial outbound
pure SIP calls via my SER... Has anyone got a functional system like
this
2003 Dec 01
1
Another * crash
I have an interesting problem now. I use asterisk to connect
to both FWD and a sip provider here in sweden. suddenly, (i know
my provider upgraded from a unknown SIP proxy to SER) Asterisk crashes when I try
to make a call using this provider. FWD still works fine, and I can call directly
towards the GW to POTS without any problems. But, as I call using my providers
SER, Asterisk crashes.
2003 Nov 25
1
SIMPLE support in Asterisk?
Hi
Is there any work being done on implementing IM/SIMPLE support
for SIP on Asterisk? Like a presence server?
rdgs,
/Staffan Kerker
2003 Dec 15
2
Week of the Year date conversion
Hello there fellow R-users,
I have received some data which comes in the following format:
example1<-"200301"
The first 4 digits correspond to the year and the remaining 2 digits
correspond to the week of the year.
I have tried to convert this to a date by using strptime as follows:
strptime(example1,format="%Y%U")
where U (looking up strptime) is the week of the
2004 Jan 22
0
Codecs and more analog lines?
Hi!
Are the GIPS codecs now implemented with the Asterisk?
If I need more analog lines, say around 30, what's the
easiest way doing it? I checked the Mediatrix box with
24 connections, maybe that would be a good (and rel. cheap)
way to go? Any other suggestions? The ports has to
support fax machines.
rgds,
/staffan
--------------------------------------
2005 Nov 10
2
is this a DNS resolution problem ?
Hi list,
I encounter a problem again, which I thought resolved : when joining a
domain, sometimes the workstation says it cannot join, or the domain
does not exist, or something like that, because there is a DNS
resolution probleme. I read the Micro$oft documentation listed in the
error message
(http://www.microsoft.com/windows2000/dns/tshoot/dns_tshoot2A.asp)
I solved the problem, the
1999 Sep 20
3
image legend
Dear R users,
Does anyone have a function for putting a legend on an image
plot? I couldn't locate an R equivalent of image.legend....has
anyone written such a thing?
kind regards
andy
---------------------------------------------------------------------
J. Andy Royle, U.S. Fish and Wildlife Service - Office of Migratory
Bird Management; 11510 American Holly Drive , Laurel, MD
2015 Apr 14
0
Samba 4.2.0: Group write permission not honored
>>> Hello Thomas
>>>
>>> Am 06.04.2015 um 17:22 schrieb Thomas Schulz:
>>>> For anyone considering using Samba 4.2.0, be aware that there is a
>>>> problem with group write permission not being honored.
>>>>
>>>> This is seen on both Linux and Solaris. We have a setup where we have
>>>> project directory trees
2010 Feb 04
3
mgcv problem
Dear friends,
I have install the last version 2.10 and now I have probles with 'mgcv' which can be load. I proved to eliminated and reinstalled but always obtain the same message:
> library (mgcv)
This is mgcv 1.6-1. For overview type `help("mgcv-package")'.
Error in runif(1) :
.Random.seed is not an integer vector but of type 'list'
Error : .onAttach non
2011 Dec 16
1
mgcv 1.7-12 crashes R
Dear community,
I encountered a very disturbing phenomenon today:
When I try to fit any gam() with mgcv R aborts. I could not find any post
regarding this in google, which mades in even more strange.
I am using the latest Ubuntu, latest R and latest mgcv everything up to
date. The crash occured too with the last mgcv 1.7-11.
This is the output from the R shell:
<pre>
R version 2.14.0
2005 Mar 14
2
Problem updating mgcv package
Hi All:
I tried to update the package mgcv from my current version 1.1-8 to mgcv version 1.2. Using the command update.packages("mgcv") to update mgcv failed in my computer and the returning message was:
"Error in old.packages(lib.loc=lib.loc, contriburl=contriburl, method=method, :no installed.packages for (?invalid) lib.loc=mgcv"
When I typed installed.packages(), I got
2006 Sep 19
2
mgcv in R-2.4.0.alpha
Hola!
I am sending this to the list since emails from me to Simon Wood
has bounced earlier.
I get:
> library(tsDyn)
Loading required package: mgcv
Erro en `parent.env<-`(`*tmp*`, value = NULL) :
use of NULL environment is defunct
Error: package 'mgcv' could not be loaded
> library(mgcv)
Erro en `parent.env<-`(`*tmp*`, value = NULL) :
use of NULL environment
2009 Feb 13
2
loading mgcv package
Hi ,When I try to load the 'mgcv" package, often, but not always, get this
error message. What am I doing wrong?
__________________
This is mgcv 1.4-1.1
Error in runif(1) :
.Random.seed is not an integer vector but of type 'list'
Error : .onAttach failed in 'attachNamespace'
Error: package/namespace load failed for 'mgcv'
-----------------------------------------
2012 Feb 26
0
mgcv stopped working mid-session
Hello,
I am working in R 2.13.2 GUI 1.42 Leopard build 32-bit (5910) on a MacBook Pro. I am working with a data frame of 22 columns and approximately 7,100 rows. I have been using the package scatter3d routinely to work similar data sets. However, when I tried to use scatter3d to work with this new data set I get the following message...
Error in dyn.load(file, DLLpath = DLLpath, ...) :
? unable
2010 Feb 04
1
mgcv problem to load
Dear friends,
I cannot load the pachkages labdsv...which i do not understand is linked to 'mgcv' package. Anyway neither the last is loadable in my new R 2.10 version. Th emessage on the screen is the following:
This is mgcv 1.6-1. For overview type `help("mgcv-package")'.
Error in runif(1) :
.Random.seed is not an integer vector but of type 'list'
Error :
2007 Dec 13
1
Two repeated warnings when runing gam(mgcv) to analyze my dataset?
Dear all,
I run the GAMs (generalized additive models) in gam(mgcv) using the
following codes.
m.gam
<-gam(mark~s(x)+s(y)+s(lstday2004)+s(ndvi2004)+s(slope)+s(elevation)+disbinary,family=binomial(logit),data=point)
And two repeated warnings appeared.
Warnings$B!'(B
1: In gam.fit(G, family = G$family, control = control, gamma = gamma, ... :
Algorithm did not converge
2: In gam.fit(G,
2011 Apr 22
1
mgcv won't load
Hi,
I'm getting the following error when I try and load mgcv:
> library(mgcv)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/lib/R/library/Matrix/libs/Matrix.so':
/usr/lib/R/library/Matrix/libs/Matrix.so: undefined symbol: R_check_class_and_super
Error: package/namespace load failed for 'mgcv'
I thought there might be a mismatch