Displaying 1 result from an estimated 1 matches for "poisson2".
Did you mean:
poisson
2009 Aug 10
1
Matrices
How do you access all the column attributes associated with a column reboot
instance?
The variables
poisson2 ~ a matrix with 10,000 rows and 8 column attributes.
Things I tried:
This command only returns a vector for one of the column attributes
x1_prob <- poisson2$Probability[poisson2$Reboot.Id=="Reboot 1"]
The command below gave an error:
all_column_attributes_for_reboot_1 <- poisson...