search for: jpolo

Displaying 19 results from an estimated 19 matches for "jpolo".

Did you mean: polo
2017 Sep 06
2
rgdal error when trying to import raster
Dear useRs, I am trying to import a raster with the line: nlcd <- raster("/home/jpolo/NRI/nlcd_nri5000.tif") And I keep getting an error like this: "Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,? : ? there is no package called 'rgdal' Error in .rasterObjectFromFile(x, band = band, objecttype = "Raste...
2017 Sep 06
0
rgdal error when trying to import raster
...ns that you don't have rgdal installed. https://cran.r-project.org/web/packages/rgdal/index.html Also, you will get very good patial-centric help if you subscribed to r-sig-geo here https://stat.ethz.ch/mailman/listinfo/r-sig-geo Cheers, Ben > On Sep 6, 2017, at 2:52 PM, john polo <jpolo at mail.usf.edu> wrote: > > Dear useRs, > > I am trying to import a raster with the line: > > nlcd <- raster("/home/jpolo/NRI/nlcd_nri5000.tif") > > And I keep getting an error like this: > > "Warning message: > In library(package, lib.loc...
2018 Feb 15
0
package MonteCarlo error: object 'packages' not found
...ackage maintainer (?maintainer). Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Feb 15, 2018 at 11:39 AM, john polo <jpolo at mail.usf.edu> wrote: > R-users, > > I can't tell what's causing the following error. The vignette does not > make a reference to a "packages" option or parameter. > > > library(MonteCarlo) > Loading required package: abind > Loading required packa...
2017 Sep 06
1
rgdal error when trying to import raster
...ps://cran.r-project.org/web/packages/rgdal/index.html > >Also, you will get very good patial-centric help if you subscribed to >r-sig-geo here > >https://stat.ethz.ch/mailman/listinfo/r-sig-geo > >Cheers, >Ben > > > >> On Sep 6, 2017, at 2:52 PM, john polo <jpolo at mail.usf.edu> wrote: >> >> Dear useRs, >> >> I am trying to import a raster with the line: >> >> nlcd <- raster("/home/jpolo/NRI/nlcd_nri5000.tif") >> >> And I keep getting an error like this: >> >> "Warning me...
2018 Feb 15
2
package MonteCarlo error: object 'packages' not found
R-users, I can't tell what's causing the following error. The vignette does not make a reference to a "packages" option or parameter. > library(MonteCarlo) Loading required package: abind Loading required package: codetools Loading required package: rlecuyer Loading required package: snow Loading required package: snowfall > infest_kud_fun<-function(x,A,B){ +??
2017 Jul 27
1
How long to wait for process?
...he latter, that will of course be problematic and from a quick check here, glm(..., family = binomial) does not issue a warning or error in the case where the dependent variable has >2 levels. > > Regards, > > Marc Schwartz > > >> On Jul 27, 2017, at 8:26 AM, john polo<jpolo at mail.usf.edu> wrote: >> >> Michael, >> >> Thank you for the suggestion. I will take your advice and look more critically at the covariates. >> >> John >> >> On 7/27/2017 8:08 AM, Michael Friendly wrote: >>> Rather than go to a penalize...
2017 Jul 27
0
How long to wait for process?
...sed in the glm() call? If the latter, that will of course be problematic and from a quick check here, glm(..., family = binomial) does not issue a warning or error in the case where the dependent variable has >2 levels. Regards, Marc Schwartz > On Jul 27, 2017, at 8:26 AM, john polo <jpolo at mail.usf.edu> wrote: > > Michael, > > Thank you for the suggestion. I will take your advice and look more critically at the covariates. > > John > > On 7/27/2017 8:08 AM, Michael Friendly wrote: >> Rather than go to a penalized GLM, you might be better off in...
2008 Jan 11
1
error message translation
sorry if my first msg was posted twice. this email system at school sucks. i've looked in the Admin and Main manual and the Intro manual for something that tells me what error messages mean, but haven't found anything. where can i find the meanings of the error messages?
2017 Jul 27
2
How long to wait for process?
Michael, Thank you for the suggestion. I will take your advice and look more critically at the covariates. John On 7/27/2017 8:08 AM, Michael Friendly wrote: > Rather than go to a penalized GLM, you might be better off > investigating the sources of quasi-perfect separation and simplifying > the model to avoid or reduce it. In your data set you have several > factors with large
2010 Jun 24
3
write a loop for tallies
Dear R users, I have a list of numbers such as > n [1] 3000 4000 5000 3000 5000 6000 4000 5000 7000 5000 6000 7000 and i'd like to set up a loop that will keep track of the number of occurences of each of the values that occur in the list, e.g. 3000: 2 4000: 2 5000: 4 I came up with the following: a<- for (i in 1:length(n)) { r<-0 s<-0 t<-0 u<-0 v<-0
2008 Jun 03
4
wildcard symbol or character
hello all, i want to split a list into smaller lists. the list looks like this: CW-W730 CW-W720 CW-W710 CW-W700 CW-W690 CW-W680 CW-W670 CW-W660 CE-W997 CE-W987 CE-W977 CE-W967 CE-W956 CE-W944 CE-W934 CE-W924 7W-W760 7W-W750 7W-96 7W-941 7W-932 7W-923 7W-914 7W-905 7E-W565 7E-W555 7E-W545 7E-W535 7E-W525 7E-906 7E-850 7E-840 ... i want the smaller lists
2008 Jan 11
5
installing and using a package
i'm trying to learn R. i have no programing experience. i tried to add on a package and just picked "yags". i can't get it to work or get any help. --- > install.packages("yags") Warning in install.packages("yags") : argument 'lib' is missing: using 'C:\Documents and Settings\j\My Documents/R/win-library/2.6' trying URL
2017 Jul 26
3
How long to wait for process?
UseRs, I have a dataframe with 2547 rows and several hundred columns in R 3.1.3. I am trying to run a small logistic regression with a subset of the data. know_fin ~ comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county > str(knowf3) 'data.frame': 2033 obs. of 18 variables: $ userid : Factor w/ 2542 levels
2008 Jun 06
6
Subsetting to unique values
I want to take the first row of each unique ID value from a data frame. For instance > ddTable <- data.frame(Id=c(1,1,2,2),name=c("Paul","Joe","Bob","Larry")) I want a dataset that is Id Name 1 Paul 2 Bob > unique(ddTable) Will give me all 4 rows, and > unique(ddTable$Id) Will give me c(1,2), but not accompanied by the name column.
2011 Feb 08
1
Mixed font type in plot title
Hello useRs, I'm trying to put italics and regular font into a title and am having some trouble. The title I would like is " /Q. marilandica/ Volume ". If I use main=bquote(italic( "Q. marilandica ", " volume")) I get just " Q. marilandica " in italics in the title. If i use main=bquote(italic( "Q. marilandica ,) volume") I get "
2008 Nov 14
1
configuring graphics device in Linux
greetings, i'm trying plot() from Owen's _The R Guide_ and having trouble with being able to view the result. the Graphics Device 2 draws an image i can only see the top part of and when i try to manipulate the window to see the image, the window then says: "...ure margins too lar..." in large letters. i guess it says something about picture margins too large. i'm not sure
2008 Jun 06
1
editing a data.frame
dear R users, the data frame (read in from a csv) looks like this: TreeTag Census Stage DBH 1 CW-W740 2001 juvenile 5.8 2 CW-W739 2001 juvenile 4.3 3 CW-W738 2001 juvenile 4.7 4 CW-W737 2001 juvenile 5.4 5 CW-W736 2001 juvenile 7.4 6 CW-W735 2001 juvenile 5.4 ... 1501 1.00E-20 2001 adult 32.5 i would like to
2010 Nov 18
3
Bold plot axis
Dear UseRs, I'd like to make the lines that the axes of my plot run on bold. I know "axis(side=1,lwd=3)" will make 0-max value on the axis bold, but I want the whole thing, from corner to corner (actually all the way around) and tick marks and the accompanying values for the ticks bold. In the default values, it's hard to see the plot when I put it into a powerpoint.
2008 Apr 10
2
QP.solve, QPmat, constraint matrix, and positive definite
hello all, i'm trying to use QPmat, from the popbio package. it appears to be based on solve.QP and is intended for making a population projection matrix. QPmat asks for: nout, A time series of population vectors and C, C constraint matrix, (with two more vectors, b and nonzero). i believe the relevant code from QPmat is: function (nout, C, b, nonzero) { if (!"quadprog" %in%