s-news
[Top] [All Lists]

Re: Problem with predict.gam using S-PLUS 2000

To: <Griffiths.Charles@epamail.epa.gov>
Subject: Re: Problem with predict.gam using S-PLUS 2000
From: "Thompson, David (MNR)" <david.thompson@mnr.gov.on.ca>
Date: Mon, 29 May 2006 09:04:35 -0400
Cc: <s-news@lists.biostat.wustl.edu>
Thread-index: AcaDIGumoGsQt5XOS2Kcth1Ymm7niw==
Thread-topic: Problem with predict.gam using S-PLUS 2000
Charles,

masked(), find() and remove() will help you sort things out.
Be careful which function you actually delete!

# e.g.
#> masked()
#[1] ".Last.value"  ".Random.seed" "last.dump"   
#> find("last.dump", num=T)
# D:\apps\stats\splus70\users\THOMPS~1 Scripts 
#                                    1       2
#> remove(c("last.dump"), where=2)
#> masked()
#[1] ".Last.value"  ".Random.seed"

DaveT.
**********************************************************
Silviculture Data Analyst
Ontario Forest Research Institute
Ontario Ministry of Natural Resources
Sault Ste. Marie, Ontario, Canada
david.thompson@mnr.gov.on.ca
**********************************************************

>-----Original Message-----
>From: Griffiths.Charles@epamail.epa.gov 
>[mailto:Griffiths.Charles@epamail.epa.gov] 
>Sent: May 26, 2006 10:59 AM
>To: s-news@lists.biostat.wustl.edu
>Subject: Problem with predict.gam using S-PLUS 2000
. . .
>2.  Could someone either explain how to remove a masked version of
>model.matrix.default or offer another solution.  Also, I suspect that
>upgrading would solve the problem, but could someone confirm this fact.
>
>            Thank you in advance,
>            Charles Griffiths

<Prev in Thread] Current Thread [Next in Thread>