Displaying 20 results from an estimated 1000 matches similar to: "one legend for multiple plots"
2006 May 04
1
quasi glm start values
Hi,
I'm tying to fit a glm using quasi with variance=mu(1-mu) (to try and
get "well behaved" residuals). I get an error message:
"cannot find valid starting values, please specify some".
I have tried using start= and specifying coefficients from a previous
fit (with different error structure) but get the same message.
What would be valid starting values?
I am using a
2006 Feb 01
2
memory limit in aov
I want to do an unbalanced anova on 272,992 observations with 405
factors including 2-way interactions between 1 of these factors and
the other 404. After fitting only 11 factors and their interactions I
get error messages like:
Error: cannot allocate vector of size 1433066 Kb
R(365,0xa000ed68) malloc: *** vm_allocate(size=1467461632) failed
(error code=3)
R(365,0xa000ed68) malloc: ***
2016 Oct 01
2
winbind join ad via the trust forest's child domain user failed.
Hi all,
I want to let linux server join ad by using a trust ad's child domain user,
but failed with error.
below is my env and what I have try
I have 3 domain controller: test.com,demo.com and chn.demo.com
test.com with demo.com is two way trust. and chn.demo.com is the child
domain of demo.com
demo at demo.com chn at chn.demo.com can join ad member to test.com
I have tested demo at
2016 Jul 09
0
New package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
Dear R users,
We are happy to announce that the R package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
is now on CRAN (https://cran.r-project.org/web/packages/forestinventory/).
The aim of our package is to provide global- and smallarea estimators for twophase and threephase forest inventories under simple and cluster sampling.
The
2016 Jul 09
0
New package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
Dear R users,
We are happy to announce that the R package 'forestinventory: Design-Based Global and Small-Area Estimations for Multiphase Forest Inventories'
is now on CRAN (https://cran.r-project.org/web/packages/forestinventory/).
The aim of our package is to provide global- and smallarea estimators for twophase and threephase forest inventories under simple and cluster sampling.
The
2007 Jun 05
2
Problems with Merge
Hi,
I have a history dataset, a matrix with about 1590 obs, and 242 cols,
and I need to update this matrix with an 'update' matrix that has about
30 rows, and roughly similar number of columns as the history ds (but
not necessarily equal). The update dataset is read from an Excel ODBC
connection. When I try and merge these datasets, I get counter-intuitive
results.
library(RODBC)
chn
2012 Oct 08
0
nlminb problem, convergence error code = 1
Hi, I was trying to do a multi-level modeling of the data using the nlme
package. I encounter the following message:
> addRandomSlopeRange<- lme(FAN.range ~ CHN.range + Age + Block.T,
data=data.block, random = ~CHN.range|CHI, method = "ML", na.action=na.omit)
Error in lme.formula(FAN.range ~ CHN.range + Age + Block.T, data =
data.block, :
nlminb problem, convergence error code
2016 Oct 02
0
winbind join ad via the trust forest's child domain user failed.
On Sat, 01 Oct 2016 23:20:01 +0000
Fay zhang via samba <samba at lists.samba.org> wrote:
> Hi all,
> I want to let linux server join ad by using a trust ad's child domain
> user, but failed with error.
> below is my env and what I have try
>
> I have 3 domain controller: test.com,demo.com and chn.demo.com
>
> test.com with demo.com is two way trust. and
2008 Jun 15
2
round(1.5) = round(2.5) = 2?
Dear R-users
with a bit of grief I had to repeat an extensive analysis because I
did not suspect (and therefore did not read the documentation) that
round was implemented as "for rounding off a 5, the IEC 60559 standard
is expected to be used, 'go to the even digit'", resulting in
round(1.5) = 2
round (2.5) = 2.
As a non-mathematician I am both puzzled and intrigued by
2020 Oct 02
3
Lahman Baseball Data Using R DBI Package
I?m trying to pull data from one table (batting) in the Lahman Baseball database. Notice X2B for doubles and X3B for triples ? fourth and fifth from the right.
The dbGetQuery function runs fine when I leave there two out but I get error messages (in red) when I include 2B/3B or X2B/X3B.
Can anyone give me some direction?
Thanks,
Philip Heinrich
2010 Mar 01
1
Saving multiple plots named with part of the original file name
Hello All,
I am trying to open all files within a folder and create multiple histograms
from each file, *and* have it save with the original file name plus some new
information. The way I have it set up right now, I keep saving over each new
graph. I can turn the history on and see them all, but I want them all to
save as unique files as well. Idealy they would be "filename CHN 1mm Length
2013 Jun 20
3
USB ports on Lenovo T400 do not work after a suspend/resume
Hi,
FreeBSD-9 works fine on this Lenovo T400 - except that suspending with
no USB devices plugged in result in no ports working after resume.
If I have a device plugged in during suspend - on any port - then all
the ports work fine after resume.
I've attached usbconfig and acpidump output.
here's what is logged in the kernel buffer during suspend and resume:
Her'es the suspend:
2008 Jan 29
2
B-W stacked area chart with pattern
Dear all,
I would like to create a stacked area chart to show the development of
species biomass over time. Since it is intended for publication I need
to prepare in black and white. I have tried to modify the "stackedPlot"
function submitted to this list by Christian Lasarczyk on Tue, 16 Aug
2005 using shading lines rather than colors to distinguish between the
species.
2013 Mar 22
0
predict.Arima error "'xreg' and 'newxreg' have different numbers of columns"
Hello all,
I use arima to fit the model with
fit <- arima(y, order = c(1,0,1), xreg = list.indep, include.mean = TRUE)
and would like to use predict() to forecast:
chn.forecast <- rep(0,times=num.record)
chn.forecast[1] <- y[1]
for (j in 2:num.record){
indep <- c(aa=chn.forecast[j-1], list.indep[j,2:num.indep]) # this is the newxreg in the
2002 Feb 11
0
read.table in TCL/TK interface
hello,
i would like program userfriendly tcl/tk widgets like
the t-test example in a more complex way !
(1) Is it not possible to combine tk_getOpenFile with
the R function read.table to select in userfriendly way data sets ?
(I'm newbie and take code-parts from t-test example and scripting example.)
(2) Is it possible to use a variableSelection widget
to select a special variable which i
2006 Jun 01
8
Windows progress
Hi there,
What''s the current status of the Windows port? I may be in a position
to lend a hand over the next couple of weeks - where should I start
looking? And what''s the best way to get SVN HEAD? This happens:
$ svn checkout svn://www.davebalmain.com/ferret/trunk ferret
svn: Can''t connect to host ''www.davebalmain.com'': Connection refused
--
2020 Oct 03
1
Lahman Baseball Data Using R DBI Package
The double quotes are required by SQL if a name is not of the form
letter-followed-by-any-number-of-letters-or-numbers or if the name is a SQL
keyword like 'where' or 'select'. If you are doing this from a function,
you may as well quote all the names.
-Bill
On Fri, Oct 2, 2020 at 6:18 PM Philip <herd_dog at cox.net> wrote:
> The \?2B\? worked. Have no idea why. Can
2006 Jan 15
1
problems with glm
Dear R users,
I am having some problems with glm. The first is an error message "subscript out of bounds". The second is the fact that reasonable starting values are not accepted by the function.
To be more specific, here is an example:
> success <- c(13,12,11,14,14,11,13,11,12)
> failure <- c(0,0,0,0,0,0,0,2,2)
> predictor <- c(0,80*5^(0:7))
>
2006 Mar 28
13
Load-banancing. two ip''s from one isp
--------------eth0---80.48.56.70---------- -------------80.48.56.65 ISP
| my | router1
| |
| linux |
| | router2
------------eth1---192.168.200.10----- ----------------192.168.1.1 ISP
I''ve two ip from my isp one public and one internal. ISP have two routers router1 is gw for public ip and router2 is gw for internal
2010 Apr 16
2
Samba - Swat
My husband has installed Samba - swat and wants to link all the computers in the house, so "he can back them up daily."?
I read the About info on your website, but still have a few questions:
1. I work online, can Samba capture any information (passwords, screen shots, personal information, administrative log on) that might jeopardize my job's security?
2. Can personal emails be