search for: pelletdist

Displaying 1 result from an estimated 1 matches for "pelletdist".

2011 Dec 01
0
Error message: object 'A' not found
...any and all help. rm(list=ls(all=TRUE)) #clear the computer's memory of variables setwd("E:\\Analysis") # Part 1 library(unmarked) # this loads the 'unmarked' package in R Pellet <- read.table("PelletDistance.csv", sep=",", header=T) # read in the data head(Pellet) # this provides a header of the first few lines of data and variable names Treatment <- Pellet[66:166,] # Isolates data for just the good habita...